rb_const_defined  276 class.c            if (rb_const_defined(rb_cObject, id)) {
rb_const_defined  355 class.c            if (rb_const_defined(rb_cObject, id)) {
rb_const_defined  793 ext/racc/cparse/cparse.c     if (rb_const_defined(rb_cObject, id_racc)) {
rb_const_defined 1265 ext/strscan/strscan.c     if (!rb_const_defined(rb_cObject, id_scanerr)) {
rb_const_defined 1065 ext/syck/rubyext.c         if ( !rb_const_defined( tclass, tpart ) ) return Qnil;
rb_const_defined  754 include/ruby/intern.h int rb_const_defined(VALUE, ID);
rb_const_defined 1686 object.c           return RTEST(recur) ? rb_const_defined(mod, id) : rb_const_defined_at(mod, id);
rb_const_defined  250 variable.c     	if (!rb_const_defined(c, id)) {
rb_const_defined 1111 vm_insnhelper.c 	    return rb_const_defined(klass, id);