rb_reg_region_copy  250 ext/strscan/strscan.c 	if (rb_reg_region_copy(&self->regs, &orig->regs))
rb_reg_region_copy   61 include/ruby/re.h int rb_reg_region_copy(struct re_registers *, const struct re_registers *);
rb_reg_region_copy 1029 re.c               if (rb_reg_region_copy(&rm->regs, RMATCH_REGS(orig)))
rb_reg_region_copy 1567 re.c           	err = rb_reg_region_copy(RMATCH_REGS(match), regs);