Lines Matching refs:st
767 should not allocate memory for key data in st.c.
768 move st_*_strend() functions from st.c. fixed some
800 onigposix.h and st.h.
877 st.h fix prototype for C++.
894 2004/11/30: [inst] add "cp -p st.[ch] st.[ch].ruby_orig" to "make 19".
943 2004/11/16: [impl] add key2 member to st_table_entry in st.[ch].
944 change API of st for non-null terminated string key.
946 2004/11/15: [impl] add st.h and st.c from Ruby 1.9.
947 use st-hash always.
1773 (inconsistent st.h with 1.6 and 1.8)
1780 2003/03/07: [impl] use hash table(st.[ch]) for implementation of name table.