RCLASS_M_TBL       27 class.c            RCLASS_M_TBL(obj) = 0;
RCLASS_M_TBL       39 class.c            RCLASS_M_TBL(klass) = st_init_numtable();
RCLASS_M_TBL      118 class.c            if (RCLASS_M_TBL(orig)) {
RCLASS_M_TBL      120 class.c        	data.tbl = RCLASS_M_TBL(clone) = st_init_numtable();
RCLASS_M_TBL      122 class.c        	st_foreach(RCLASS_M_TBL(orig), clone_method,
RCLASS_M_TBL      165 class.c        	RCLASS_M_TBL(clone) = st_init_numtable();
RCLASS_M_TBL      166 class.c        	data.tbl = RCLASS_M_TBL(clone);
RCLASS_M_TBL      168 class.c        	st_foreach(RCLASS_M_TBL(klass), clone_method,
RCLASS_M_TBL      332 class.c            RCLASS_M_TBL(mdl) = st_init_numtable();
RCLASS_M_TBL      401 class.c            RCLASS_M_TBL(klass) = RCLASS_M_TBL(module);
RCLASS_M_TBL      435 class.c        	if (RCLASS_M_TBL(klass) == RCLASS_M_TBL(module))
RCLASS_M_TBL      441 class.c                       if (RCLASS_M_TBL(p) == RCLASS_M_TBL(module)) {
RCLASS_M_TBL      646 class.c        	st_foreach(RCLASS_M_TBL(mod), method_entry, (st_data_t)list);
RCLASS_M_TBL      791 class.c        	st_foreach(RCLASS_M_TBL(klass), method_entry, (st_data_t)list);
RCLASS_M_TBL      796 class.c        	    st_foreach(RCLASS_M_TBL(klass), method_entry, (st_data_t)list);
RCLASS_M_TBL     1543 gc.c           	mark_tbl(objspace, RCLASS_M_TBL(obj), lev);
RCLASS_M_TBL     1850 gc.c           	st_free_table(RCLASS_M_TBL(obj));
RCLASS_M_TBL      565 include/ruby/ruby.h #define RMODULE_M_TBL(m) RCLASS_M_TBL(m)
RCLASS_M_TBL      423 marshal.c      	if (RCLASS_M_TBL(klass)->num_entries ||
RCLASS_M_TBL      466 object.c       	if (cl == c || RCLASS_M_TBL(cl) == RCLASS_M_TBL(c))
RCLASS_M_TBL     1225 object.c       	if (RCLASS_M_TBL(mod) == RCLASS_M_TBL(arg))
RCLASS_M_TBL     1231 object.c       	if (RCLASS_M_TBL(arg) == RCLASS_M_TBL(start))
RCLASS_M_TBL      925 vm.c               if (st_lookup(RCLASS_M_TBL(klass), mid, (void *)&node) &&
RCLASS_M_TBL      156 vm_method.c    	if (st_lookup(RCLASS_M_TBL(klass), mid, &data)) {
RCLASS_M_TBL      179 vm_method.c        st_insert(RCLASS_M_TBL(klass), mid, (st_data_t) body);
RCLASS_M_TBL      229 vm_method.c        while (!st_lookup(RCLASS_M_TBL(klass), id, &body)) {
RCLASS_M_TBL      321 vm_method.c        if (st_lookup(RCLASS_M_TBL(klass), mid, &data)) {
RCLASS_M_TBL      325 vm_method.c    	    st_delete(RCLASS_M_TBL(klass), &mid, &data);
RCLASS_M_TBL      754 vm_method.c        if (st_lookup(RCLASS_M_TBL(klass), name, &data)) {
RCLASS_M_TBL      766 vm_method.c        st_insert(RCLASS_M_TBL(klass), name,