RSTRUCT_EMBED_LEN_MASK 2262 gc.c           	if ((RBASIC(obj)->flags & RSTRUCT_EMBED_LEN_MASK) == 0 &&
RSTRUCT_EMBED_LEN_MASK 3213 gc.c           	if ((RBASIC(obj)->flags & RSTRUCT_EMBED_LEN_MASK) == 0 &&
RSTRUCT_EMBED_LEN_MASK 1179 include/ruby/ruby.h #define RSTRUCT_EMBED_LEN_MASK RSTRUCT_EMBED_LEN_MASK
RSTRUCT_EMBED_LEN_MASK 1202 include/ruby/ruby.h 	   (RSTRUCT_EMBED_LEN_MASK >> RSTRUCT_EMBED_LEN_SHIFT))
RSTRUCT_EMBED_LEN_MASK 2045 include/ruby/ruby.h     return (RBASIC(st)->flags & RSTRUCT_EMBED_LEN_MASK) ?
RSTRUCT_EMBED_LEN_MASK 2052 include/ruby/ruby.h     return FIX_CONST_VALUE_PTR((RBASIC(st)->flags & RSTRUCT_EMBED_LEN_MASK) ?
RSTRUCT_EMBED_LEN_MASK  579 struct.c               RBASIC(st)->flags &= ~RSTRUCT_EMBED_LEN_MASK;