st_init_numtable 3117 array.c            memo = st_init_numtable();
st_init_numtable   39 class.c            RCLASS_M_TBL(klass) = st_init_numtable();
st_init_numtable  120 class.c        	data.tbl = RCLASS_M_TBL(clone) = st_init_numtable();
st_init_numtable  165 class.c        	RCLASS_M_TBL(clone) = st_init_numtable();
st_init_numtable  182 class.c        	    RCLASS_IV_TBL(klass) = st_init_numtable();
st_init_numtable  332 class.c            RCLASS_M_TBL(mdl) = st_init_numtable();
st_init_numtable  398 class.c        	RCLASS_IV_TBL(module) = st_init_numtable();
st_init_numtable  644 class.c            list = st_init_numtable();
st_init_numtable  789 class.c            list = st_init_numtable();
st_init_numtable 5098 compile.c          table = st_init_numtable();
st_init_numtable 5248 compile.c          struct st_table *labels_table = st_init_numtable();
st_init_numtable  690 cont.c             th->local_storage = st_init_numtable();
st_init_numtable  500 dln.c          	reloc_tbl = st_init_numtable();
st_init_numtable 1076 error.c            syserr_tbl = st_init_numtable();
st_init_numtable  398 ext/syck/emitter.c             e->anchored = st_init_numtable();
st_init_numtable 1203 ext/syck/emitter.c         e->markers = st_init_numtable();
st_init_numtable 1223 ext/syck/emitter.c             e->anchors = st_init_numtable();
st_init_numtable  185 ext/syck/syck.c         p->syms = st_init_numtable();
st_init_numtable 8938 ext/win32ole/win32ole.c     enc2cp_table = st_init_numtable();
st_init_numtable 8969 ext/win32ole/win32ole.c     com_hash = Data_Wrap_Struct(rb_cData, rb_mark_hash, st_free_table, st_init_numtable());
st_init_numtable 2303 gc.c           	finalizer_table = st_init_numtable();
st_init_numtable   87 include/ruby/st.h st_table *st_init_numtable(void);
st_init_numtable  406 iseq.c         	type_map = st_init_numtable();
st_init_numtable 1023 iseq.c             struct st_table *labels_table = st_init_numtable();
st_init_numtable  869 marshal.c          arg.symbols = st_init_numtable();
st_init_numtable  870 marshal.c          arg.data    = st_init_numtable();
st_init_numtable  873 marshal.c          arg.compat_tbl = st_init_numtable();
st_init_numtable 1644 marshal.c          arg.symbols = st_init_numtable();
st_init_numtable 1645 marshal.c          arg.data    = st_init_numtable();
st_init_numtable 1646 marshal.c          arg.compat_tbl = st_init_numtable();
st_init_numtable 1730 marshal.c          compat_allocator_tbl = st_init_numtable();
st_init_numtable  787 object.c       		immediate_frozen_tbl = st_init_numtable();
st_init_numtable  665 process.c      	  pid_tbl = st_init_numtable();
st_init_numtable  121 regint.h       #define onig_st_init_numtable               st_init_numtable
st_init_numtable 1945 thread.c       	th->local_storage = st_init_numtable();
st_init_numtable   29 variable.c         rb_global_tbl = st_init_numtable();
st_init_numtable   30 variable.c         rb_class_tbl = st_init_numtable();
st_init_numtable  130 variable.c     	    RCLASS_IV_TBL(klass) = st_init_numtable();
st_init_numtable  834 variable.c     	generic_iv_tbl = st_init_numtable();
st_init_numtable  838 variable.c     	tbl = st_init_numtable();
st_init_numtable 1022 variable.c                     iv_index_tbl = RCLASS_IV_INDEX_TBL(klass) = st_init_numtable();
st_init_numtable 1068 variable.c     	if (!RCLASS_IV_TBL(obj)) RCLASS_IV_TBL(obj) = st_init_numtable();
st_init_numtable 1364 variable.c     	DATA_PTR(av) = tbl = st_init_numtable();
st_init_numtable 1574 variable.c     	tbl = st_init_numtable();
st_init_numtable 1711 variable.c     	RCLASS_IV_TBL(klass) = st_init_numtable();
st_init_numtable  940 vm.c               vm_opt_method_table = st_init_numtable();
st_init_numtable 1927 vm.c           	vm->living_threads = st_init_numtable();
st_init_numtable  487 win32/win32.c      socklist = st_init_numtable();