rb_is_const_id   2604 compile.c      	if (rb_is_const_id(node->nd_mid)) {
rb_is_const_id   4569 compile.c      	if (rb_is_const_id(node->nd_mid)) {
rb_is_const_id   2560 ext/win32ole/win32ole.c                 if (rb_is_const_id(id)) {
rb_is_const_id    466 include/ruby/intern.h int rb_is_const_id(ID);
rb_is_const_id   1627 object.c           if (!rb_is_const_id(id)) {
rb_is_const_id   1650 object.c           if (!rb_is_const_id(id)) {
rb_is_const_id   1683 object.c           if (!rb_is_const_id(id)) {
rb_is_const_id    187 struct.c       	if (!rb_is_const_id(id)) {
rb_is_const_id    204 struct.c       	if (rb_is_local_id(id) || rb_is_const_id(id)) {
rb_is_const_id    515 struct.c       	if (rb_is_local_id(id) || rb_is_const_id(id)) {
rb_is_const_id     73 variable.c         if (!rb_is_const_id(key)) return ST_CONTINUE;
rb_is_const_id   1346 variable.c         if (!rb_is_const_id(id)) {
rb_is_const_id   1534 variable.c         if (!rb_is_const_id(id)) {
rb_is_const_id   1561 variable.c         if (rb_is_const_id(key)) {
rb_is_const_id   1745 variable.c         if (!rb_is_const_id(id)) {
rb_is_const_id    455 vm_method.c        if (!rb_is_local_id(id) && !rb_is_const_id(id)) {