RSTRING_NOEMBED  11058 ext/ripper/ripper.c     if (RBASIC(str)->flags & RSTRING_NOEMBED)
RSTRING_NOEMBED  14786 ext/ripper/ripper.c     fake_str.basic.flags = T_STRING|RSTRING_NOEMBED|FL_FREEZE;
RSTRING_NOEMBED  5658 ext/ripper/ripper.y     if (RBASIC(str)->flags & RSTRING_NOEMBED)
RSTRING_NOEMBED  9386 ext/ripper/ripper.y     fake_str.basic.flags = T_STRING|RSTRING_NOEMBED|FL_FREEZE;
RSTRING_NOEMBED  1569 gc.c           	if (FL_TEST(obj, RSTRING_NOEMBED) && FL_ANY(obj, ELTS_SHARED|STR_ASSOC)) {
RSTRING_NOEMBED   596 include/ruby/ruby.h     (!(RBASIC(str)->flags & RSTRING_NOEMBED) ? \
RSTRING_NOEMBED   601 include/ruby/ruby.h     (!(RBASIC(str)->flags & RSTRING_NOEMBED) ? \
RSTRING_NOEMBED  10990 parse.c            if (RBASIC(str)->flags & RSTRING_NOEMBED)
RSTRING_NOEMBED  14718 parse.c            fake_str.basic.flags = T_STRING|RSTRING_NOEMBED|FL_FREEZE;
RSTRING_NOEMBED  5658 parse.y            if (RBASIC(str)->flags & RSTRING_NOEMBED)
RSTRING_NOEMBED  9386 parse.y            fake_str.basic.flags = T_STRING|RSTRING_NOEMBED|FL_FREEZE;