rb_is_const_name 1216 internal.h     int rb_is_const_name(VALUE name);
rb_is_const_name 1923 object.c           return rb_is_local_name(name) || rb_is_const_name(name);
rb_is_const_name 2132 object.c       	    if (!ISUPPER(*pbeg) || !rb_is_const_name(part)) {
rb_is_const_name 2285 object.c       	    if (!ISUPPER(*pbeg) || !rb_is_const_name(part)) {
rb_is_const_name  267 struct.c           if (!rb_is_const_name(name)) {
rb_is_const_name 1688 variable.c     #define rb_is_constant_name rb_is_const_name