rb_reg_nth_match 3036 eval.c         	result = rb_reg_nth_match(node->nd_nth, MATCH_DATA);
rb_reg_nth_match 807 re.c               return rb_reg_nth_match(0, match);
rb_reg_nth_match 849 re.c               return rb_reg_nth_match(i, match);
rb_reg_nth_match 912 re.c               return rb_reg_nth_match(FIX2INT(idx), match);
rb_reg_nth_match 1539 re.c           	return rb_reg_nth_match(NUM2INT(nth), rb_backref_get());
rb_reg_nth_match 1110 string.c       	return rb_reg_nth_match(nth, rb_backref_get());
rb_reg_nth_match 1445 string.c       	    repl = rb_obj_as_string(rb_yield(rb_reg_nth_match(0, match)));
rb_reg_nth_match 1529 string.c       	    val = rb_obj_as_string(rb_yield(rb_reg_nth_match(0, match)));
rb_reg_nth_match 2913 string.c       	    return rb_reg_nth_match(0, match);
rb_reg_nth_match 2917 string.c       	    rb_ary_push(result, rb_reg_nth_match(i, match));