rb_const_get_at   306 class.c        	klass = rb_const_get_at(outer, id);
rb_const_get_at   376 class.c        	module = rb_const_get_at(outer, id);
rb_const_get_at   795 ext/racc/cparse/cparse.c         Parser = rb_const_get_at(Racc, rb_intern("Parser"));
rb_const_get_at  10383 ext/ripper/ripper.c 	VALUE hash = rb_const_get_at(rb_cObject, rb_intern("SCRIPT_LINES__"));
rb_const_get_at  4983 ext/ripper/ripper.y 	VALUE hash = rb_const_get_at(rb_cObject, rb_intern("SCRIPT_LINES__"));
rb_const_get_at   758 include/ruby/intern.h VALUE rb_const_get_at(VALUE, ID);
rb_const_get_at  1630 object.c           return RTEST(recur) ? rb_const_get(mod, id) : rb_const_get_at(mod, id);
rb_const_get_at  10315 parse.c        	VALUE hash = rb_const_get_at(rb_cObject, rb_intern("SCRIPT_LINES__"));
rb_const_get_at  4983 parse.y        	VALUE hash = rb_const_get_at(rb_cObject, rb_intern("SCRIPT_LINES__"));
rb_const_get_at   254 variable.c     	c = rb_const_get_at(c, id);