rb_reg_nth_match 515 include/ruby/intern.h VALUE rb_reg_nth_match(int, VALUE); rb_reg_nth_match 1417 re.c return rb_reg_nth_match(0, match); rb_reg_nth_match 1491 re.c return rb_reg_nth_match(i, match); rb_reg_nth_match 1647 re.c return rb_reg_nth_match(FIX2INT(idx), match); rb_reg_nth_match 1665 re.c return rb_reg_nth_match(num, match); rb_reg_nth_match 1680 re.c return rb_reg_nth_match(n, match); rb_reg_nth_match 1820 re.c v = rb_reg_nth_match(i, match); rb_reg_nth_match 3338 re.c return rb_reg_nth_match(n, match); rb_reg_nth_match 2910 string.c return rb_reg_nth_match(nth, rb_backref_get()); rb_reg_nth_match 3400 string.c repl = rb_obj_as_string(rb_yield(rb_reg_nth_match(0, match))); rb_reg_nth_match 3552 string.c val = rb_obj_as_string(rb_yield(rb_reg_nth_match(0, match))); rb_reg_nth_match 6144 string.c return rb_reg_nth_match(0, match); rb_reg_nth_match 6148 string.c rb_ary_push(result, rb_reg_nth_match(i, match)); rb_reg_nth_match 6667 string.c sep = rb_reg_nth_match(0, rb_backref_get()); rb_reg_nth_match 995 vm_insnhelper.c val = rb_reg_nth_match(type >> 1, backref);