rb_reg_new 3132 eval.c result = rb_reg_new(RSTRING(str)->ptr, RSTRING(str)->len,
rb_reg_new 3136 eval.c result = rb_reg_new(RSTRING(str)->ptr, RSTRING(str)->len,
rb_reg_new 979 marshal.c v = r_regist(rb_reg_new(RSTRING(str)->ptr, RSTRING(str)->len, options), arg);
rb_reg_new 1803 parse.y node = NEW_LIT(rb_reg_new("", 0, options & ~RE_OPTION_ONCE));
rb_reg_new 1810 parse.y node->nd_lit = rb_reg_new(RSTRING(src)->ptr,
rb_reg_new 1062 re.c return reg_cache = rb_reg_new(RSTRING(str)->ptr, RSTRING(str)->len,