rb_const_get 652 class.c klass = rb_const_get(rb_cObject, id); rb_const_get 774 class.c module = rb_const_get(rb_cObject, id); rb_const_get 2022 complex.c return rb_const_get(rb_mMath, id_PI); rb_const_get 2078 complex.c return rb_const_get(rb_mMath, id_PI); rb_const_get 1512 error.c error = rb_const_get(klass, id_Errno); rb_const_get 1567 error.c e = rb_const_get(self, id_Errno); rb_const_get 80 ext/fiddle/closure.c cPointer = rb_const_get(mFiddle, rb_intern("Pointer")); rb_const_get 100 ext/fiddle/conversions.c cPointer = rb_const_get(mFiddle, rb_intern("Pointer")); rb_const_get 176 ext/fiddle/function.c cPointer = rb_const_get(mFiddle, rb_intern("Pointer")); rb_const_get 779 ext/io/console/console.c con = rb_const_get(klass, id_console); rb_const_get 963 ext/objspace/objspace.c rb_mObjSpace = rb_const_get(rb_cObject, rb_intern("ObjectSpace")); rb_const_get 32 ext/openssl/ossl_x509name.c rb_const_get(cX509Name, rb_intern("OBJECT_TYPE_TEMPLATE")) rb_const_get 34 ext/openssl/ossl_x509name.c rb_const_get(cX509Name, rb_intern("DEFAULT_OBJECT_TYPE")) rb_const_get 578 ext/psych/psych_parser.c ePsychSyntaxError = rb_const_get(mPsych, rb_intern("SyntaxError")); rb_const_get 824 ext/racc/cparse/cparse.c Racc = rb_const_get(rb_cObject, id_racc); rb_const_get 1256 ext/tk/tcltklib.c pathobj = rb_const_get(rb_cObject, const_id); rb_const_get 10856 ext/tk/tcltklib.c eLocalJumpError = rb_const_get(rb_cObject, rb_intern("LocalJumpError")); rb_const_get 1273 ext/tk/tkutil/tkutil.c return rb_check_typeddata(rb_const_get(klass, ID_SUBST_INFO), &cbsubst_info_type); rb_const_get 1783 ext/tk/tkutil/tkutil.c cMethod = rb_const_get(rb_cObject, rb_intern("Method")); rb_const_get 1840 ext/tk/tkutil/tkutil.c cTclTkLib = rb_const_get(rb_cObject, rb_intern("TclTkLib")); rb_const_get 2529 ext/win32ole/win32ole.c VALUE argv = rb_const_get(cWIN32OLE, rb_intern("ARGV")); rb_const_get 951 include/ruby/intern.h VALUE rb_const_get(VALUE, ID); rb_const_get 2083 object.c return RTEST(recur) ? rb_const_get(mod, id) : rb_const_get_at(mod, id); rb_const_get 2149 object.c mod = RTEST(recur) ? rb_const_get(mod, id) : rb_const_get_at(mod, id); rb_const_get 2300 object.c mod = rb_const_get(mod, id); rb_const_get 2374 process.c envtbl = rb_const_get(rb_cObject, id_ENV); rb_const_get 2970 process.c VALUE env = rb_const_get(rb_cObject, id_ENV); rb_const_get 1608 ruby.c GetBindingPtr(rb_const_get(rb_cObject, rb_intern("TOPLEVEL_BINDING")), rb_const_get 372 vm.c VALUE toplevel_binding = rb_const_get(rb_cObject, rb_intern("TOPLEVEL_BINDING")); rb_const_get 3092 vm.c uh = rb_const_get(rb_cRubyVM, usage_hash); rb_const_get 3112 vm.c uh = rb_const_get(rb_cRubyVM, bigram_hash); rb_const_get 3134 vm.c uh = rb_const_get(rb_cRubyVM, usage_hash); rb_const_get 3190 vm.c uh = rb_const_get(rb_cRubyVM, usage_hash); rb_const_get 728 vm_insnhelper.c return rb_const_get(klass, id);