rb_const_get      277 class.c        	klass = rb_const_get(rb_cObject, id);
rb_const_get      356 class.c        	module = rb_const_get(rb_cObject, id);
rb_const_get     1345 complex.c          return rb_const_get(rb_mMath, id_PI);
rb_const_get      948 error.c        	error = rb_const_get(klass, rb_intern("Errno"));
rb_const_get     1005 error.c            e = rb_const_get(self, rb_intern("Errno"));
rb_const_get     1747 ext/json/ext/parser/parser.c     CNaN = rb_const_get(mJSON, rb_intern("NaN"));
rb_const_get     1748 ext/json/ext/parser/parser.c     CInfinity = rb_const_get(mJSON, rb_intern("Infinity"));
rb_const_get     1749 ext/json/ext/parser/parser.c     CMinusInfinity = rb_const_get(mJSON, rb_intern("MinusInfinity"));
rb_const_get       31 ext/openssl/ossl_x509name.c   rb_const_get(cX509Name, rb_intern("OBJECT_TYPE_TEMPLATE"))
rb_const_get       33 ext/openssl/ossl_x509name.c   rb_const_get(cX509Name, rb_intern("DEFAULT_OBJECT_TYPE"))
rb_const_get      794 ext/racc/cparse/cparse.c         Racc = rb_const_get(rb_cObject, id_racc);
rb_const_get      330 ext/syck/rubyext.c         cDateTime = rb_const_get(rb_cObject, rb_intern("DateTime"));
rb_const_get      521 ext/syck/rubyext.c                     cDate = rb_const_get( rb_cObject, rb_intern("Date") );
rb_const_get     1066 ext/syck/rubyext.c         tclass = rb_const_get( tclass, tpart );
rb_const_get     2281 ext/syck/rubyext.c     rb_include_module( cBadAlias, rb_const_get( rb_cObject, rb_intern("Comparable") ) );
rb_const_get     2935 ext/tk/tcltklib.c   return rb_const_get(klass, rb_intern(name));
rb_const_get     2956 ext/tk/tcltklib.c       klass = rb_const_get(klass, rb_intern(head));
rb_const_get     2965 ext/tk/tcltklib.c   return rb_const_get(klass, rb_intern(head));
rb_const_get     9944 ext/tk/tcltklib.c     eLocalJumpError = rb_const_get(rb_cObject, rb_intern("LocalJumpError"));
rb_const_get     1151 ext/tk/tkutil/tkutil.c     Data_Get_Struct(rb_const_get(rb_obj_class(self), ID_SUBST_INFO), 
rb_const_get     1223 ext/tk/tkutil/tkutil.c     Data_Get_Struct(rb_const_get(self, ID_SUBST_INFO), 
rb_const_get     1245 ext/tk/tkutil/tkutil.c     Data_Get_Struct(rb_const_get(self, ID_SUBST_INFO), 
rb_const_get     1297 ext/tk/tkutil/tkutil.c     Data_Get_Struct(rb_const_get(self, ID_SUBST_INFO), 
rb_const_get     1367 ext/tk/tkutil/tkutil.c     Data_Get_Struct(rb_const_get(self, ID_SUBST_INFO), 
rb_const_get     1415 ext/tk/tkutil/tkutil.c     Data_Get_Struct(rb_const_get(self, ID_SUBST_INFO), 
rb_const_get     1597 ext/tk/tkutil/tkutil.c     Data_Get_Struct(rb_const_get(self, ID_SUBST_INFO), 
rb_const_get     1676 ext/tk/tkutil/tkutil.c     cMethod = rb_const_get(rb_cObject, rb_intern("Method"));
rb_const_get     1733 ext/tk/tkutil/tkutil.c     cTclTkLib = rb_const_get(rb_cObject, rb_intern("TclTkLib"));
rb_const_get     3306 ext/win32ole/win32ole.c     VALUE argv = rb_const_get(cWIN32OLE, rb_intern("ARGV"));
rb_const_get      757 include/ruby/intern.h VALUE rb_const_get(VALUE, ID);
rb_const_get     1630 object.c           return RTEST(recur) ? rb_const_get(mod, id) : rb_const_get_at(mod, id);
rb_const_get     1792 process.c              VALUE env = rb_const_get(rb_cObject, rb_intern("ENV"));
rb_const_get     1318 ruby.c         	VALUE toplevel_binding = rb_const_get(rb_cObject, rb_intern("TOPLEVEL_BINDING"));
rb_const_get      117 vm.c               VALUE toplevel_binding = rb_const_get(rb_cObject, rb_intern("TOPLEVEL_BINDING"));
rb_const_get      436 vm_dump.c          uh = rb_const_get(rb_cRubyVM, usage_hash);
rb_const_get      456 vm_dump.c      	uh = rb_const_get(rb_cRubyVM, bigram_hash);
rb_const_get      482 vm_dump.c          uh = rb_const_get(rb_cRubyVM, usage_hash);
rb_const_get      541 vm_dump.c          uh = rb_const_get(rb_cRubyVM, usage_hash);
rb_const_get      327 vm_eval.c      	args[n++] = rb_funcall(rb_const_get(exc, rb_intern("message")), '!',
rb_const_get     1114 vm_insnhelper.c 	    return rb_const_get(klass, id);