rb_reg_nth_match  553 ext/date/date_parse.c     s = rb_reg_nth_match(1, m);
rb_reg_nth_match  583 ext/date/date_parse.c     h = rb_reg_nth_match(1, m);
rb_reg_nth_match  586 ext/date/date_parse.c     min = rb_reg_nth_match(2, m);
rb_reg_nth_match  590 ext/date/date_parse.c     s = rb_reg_nth_match(3, m);
rb_reg_nth_match  594 ext/date/date_parse.c     f = rb_reg_nth_match(4, m);
rb_reg_nth_match  600 ext/date/date_parse.c     p = rb_reg_nth_match(5, m);
rb_reg_nth_match  635 ext/date/date_parse.c     s1 = rb_reg_nth_match(1, m);
rb_reg_nth_match  636 ext/date/date_parse.c     s2 = rb_reg_nth_match(2, m);
rb_reg_nth_match  721 ext/date/date_parse.c     b = rb_reg_nth_match(1, m);
rb_reg_nth_match  802 ext/date/date_parse.c     d = rb_reg_nth_match(1, m);
rb_reg_nth_match  803 ext/date/date_parse.c     mon = rb_reg_nth_match(2, m);
rb_reg_nth_match  804 ext/date/date_parse.c     b = rb_reg_nth_match(3, m);
rb_reg_nth_match  805 ext/date/date_parse.c     y = rb_reg_nth_match(4, m);
rb_reg_nth_match  815 ext/date/date_parse.c     d = rb_reg_nth_match(1, m);
rb_reg_nth_match  816 ext/date/date_parse.c     mon = rb_reg_nth_match(2, m);
rb_reg_nth_match  817 ext/date/date_parse.c     y = rb_reg_nth_match(3, m);
rb_reg_nth_match  879 ext/date/date_parse.c     mon = rb_reg_nth_match(1, m);
rb_reg_nth_match  880 ext/date/date_parse.c     d = rb_reg_nth_match(2, m);
rb_reg_nth_match  882 ext/date/date_parse.c     b = rb_reg_nth_match(3, m);
rb_reg_nth_match  883 ext/date/date_parse.c     y = rb_reg_nth_match(4, m);
rb_reg_nth_match  893 ext/date/date_parse.c     mon = rb_reg_nth_match(1, m);
rb_reg_nth_match  894 ext/date/date_parse.c     d = rb_reg_nth_match(2, m);
rb_reg_nth_match  895 ext/date/date_parse.c     y = rb_reg_nth_match(3, m);
rb_reg_nth_match  958 ext/date/date_parse.c     y = rb_reg_nth_match(1, m);
rb_reg_nth_match  959 ext/date/date_parse.c     mon = rb_reg_nth_match(2, m);
rb_reg_nth_match  960 ext/date/date_parse.c     d = rb_reg_nth_match(3, m);
rb_reg_nth_match  996 ext/date/date_parse.c     y = rb_reg_nth_match(1, m);
rb_reg_nth_match  997 ext/date/date_parse.c     w = rb_reg_nth_match(2, m);
rb_reg_nth_match  998 ext/date/date_parse.c     d = rb_reg_nth_match(3, m);
rb_reg_nth_match 1034 ext/date/date_parse.c     d = rb_reg_nth_match(1, m);
rb_reg_nth_match 1064 ext/date/date_parse.c     mon = rb_reg_nth_match(1, m);
rb_reg_nth_match 1065 ext/date/date_parse.c     d = rb_reg_nth_match(2, m);
rb_reg_nth_match 1099 ext/date/date_parse.c     mon = rb_reg_nth_match(1, m);
rb_reg_nth_match 1100 ext/date/date_parse.c     d = rb_reg_nth_match(2, m);
rb_reg_nth_match 1134 ext/date/date_parse.c     y = rb_reg_nth_match(1, m);
rb_reg_nth_match 1135 ext/date/date_parse.c     d = rb_reg_nth_match(2, m);
rb_reg_nth_match 1184 ext/date/date_parse.c     d = rb_reg_nth_match(1, m);
rb_reg_nth_match 1267 ext/date/date_parse.c     e = rb_reg_nth_match(1, m);
rb_reg_nth_match 1268 ext/date/date_parse.c     y = rb_reg_nth_match(2, m);
rb_reg_nth_match 1269 ext/date/date_parse.c     mon = rb_reg_nth_match(3, m);
rb_reg_nth_match 1270 ext/date/date_parse.c     d = rb_reg_nth_match(4, m);
rb_reg_nth_match 1306 ext/date/date_parse.c     d = rb_reg_nth_match(1, m);
rb_reg_nth_match 1307 ext/date/date_parse.c     mon = rb_reg_nth_match(2, m);
rb_reg_nth_match 1308 ext/date/date_parse.c     y = rb_reg_nth_match(3, m);
rb_reg_nth_match 1348 ext/date/date_parse.c     mon = rb_reg_nth_match(1, m);
rb_reg_nth_match 1349 ext/date/date_parse.c     d = rb_reg_nth_match(2, m);
rb_reg_nth_match 1350 ext/date/date_parse.c     y = rb_reg_nth_match(3, m);
rb_reg_nth_match 1403 ext/date/date_parse.c     y = rb_reg_nth_match(1, m);
rb_reg_nth_match 1404 ext/date/date_parse.c     mon = rb_reg_nth_match(2, m);
rb_reg_nth_match 1405 ext/date/date_parse.c     d = rb_reg_nth_match(3, m);
rb_reg_nth_match 1442 ext/date/date_parse.c     d = rb_reg_nth_match(1, m);
rb_reg_nth_match 1443 ext/date/date_parse.c     mon = rb_reg_nth_match(2, m);
rb_reg_nth_match 1444 ext/date/date_parse.c     y = rb_reg_nth_match(3, m);
rb_reg_nth_match 1476 ext/date/date_parse.c     mon = rb_reg_nth_match(1, m);
rb_reg_nth_match 1477 ext/date/date_parse.c     d = rb_reg_nth_match(2, m);
rb_reg_nth_match 1478 ext/date/date_parse.c     y = rb_reg_nth_match(3, m);
rb_reg_nth_match 1511 ext/date/date_parse.c     y = rb_reg_nth_match(1, m);
rb_reg_nth_match 1512 ext/date/date_parse.c     mon = rb_reg_nth_match(2, m);
rb_reg_nth_match 1513 ext/date/date_parse.c     d = rb_reg_nth_match(3, m);
rb_reg_nth_match 1550 ext/date/date_parse.c     d = rb_reg_nth_match(1, m);
rb_reg_nth_match 1551 ext/date/date_parse.c     mon = rb_reg_nth_match(2, m);
rb_reg_nth_match 1552 ext/date/date_parse.c     y = rb_reg_nth_match(3, m);
rb_reg_nth_match 1584 ext/date/date_parse.c     mon = rb_reg_nth_match(1, m);
rb_reg_nth_match 1585 ext/date/date_parse.c     d = rb_reg_nth_match(2, m);
rb_reg_nth_match 1586 ext/date/date_parse.c     y = rb_reg_nth_match(3, m);
rb_reg_nth_match 1619 ext/date/date_parse.c     y = rb_reg_nth_match(1, m);
rb_reg_nth_match 1649 ext/date/date_parse.c     mon = rb_reg_nth_match(1, m);
rb_reg_nth_match 1679 ext/date/date_parse.c     d = rb_reg_nth_match(1, m);
rb_reg_nth_match 1726 ext/date/date_parse.c     s1 = rb_reg_nth_match(1, m);
rb_reg_nth_match 1727 ext/date/date_parse.c     s2 = rb_reg_nth_match(2, m);
rb_reg_nth_match 1728 ext/date/date_parse.c     s3 = rb_reg_nth_match(3, m);
rb_reg_nth_match 1729 ext/date/date_parse.c     s4 = rb_reg_nth_match(4, m);
rb_reg_nth_match 1730 ext/date/date_parse.c     s5 = rb_reg_nth_match(5, m);
rb_reg_nth_match 1982 ext/date/date_parse.c     s = rb_reg_nth_match(1, m);
rb_reg_nth_match 2296 ext/date/date_parse.c 	    s[i] = rb_reg_nth_match(i, m);
rb_reg_nth_match 2382 ext/date/date_parse.c 	    s[i] = rb_reg_nth_match(i, m);
rb_reg_nth_match 2473 ext/date/date_parse.c 	    s[i] = rb_reg_nth_match(i, m);
rb_reg_nth_match 2553 ext/date/date_parse.c 	    s[i] = rb_reg_nth_match(i, m);
rb_reg_nth_match 2610 ext/date/date_parse.c 	    s[i] = rb_reg_nth_match(i, m);
rb_reg_nth_match 2660 ext/date/date_parse.c 	    s[i] = rb_reg_nth_match(i, m);
rb_reg_nth_match 2701 ext/date/date_parse.c 	    s[i] = rb_reg_nth_match(i, m);
rb_reg_nth_match 2765 ext/date/date_parse.c 	    s[i] = rb_reg_nth_match(i, m);
rb_reg_nth_match 2829 ext/date/date_parse.c 	    s[i] = rb_reg_nth_match(i, m);
rb_reg_nth_match 2873 ext/date/date_parse.c 	    s[i] = rb_reg_nth_match(i, m);
rb_reg_nth_match 2920 ext/date/date_parse.c 	    s[i] = rb_reg_nth_match(i, m);
rb_reg_nth_match 2985 ext/date/date_parse.c 	    s[i] = rb_reg_nth_match(i, m);
rb_reg_nth_match  593 ext/date/date_strptime.c 			s = rb_reg_nth_match(1, m);
rb_reg_nth_match  667 include/ruby/intern.h VALUE rb_reg_nth_match(int, VALUE);
rb_reg_nth_match 1067 re.c           	VALUE str = rb_reg_nth_match(0, match);
rb_reg_nth_match 1642 re.c               return rb_reg_nth_match(0, match);
rb_reg_nth_match 1716 re.c               return rb_reg_nth_match(i, match);
rb_reg_nth_match 1864 re.c           	rb_ary_push(result, rb_reg_nth_match((int)j, match));
rb_reg_nth_match 1881 re.c           	if (NIL_P(result)) return rb_reg_nth_match(NUM2INT(idx), match);
rb_reg_nth_match 1882 re.c           	rb_ary_push(result, rb_reg_nth_match(NUM2INT(idx), match));
rb_reg_nth_match 1928 re.c           	    return rb_reg_nth_match(FIX2INT(idx), match);
rb_reg_nth_match 1933 re.c           		return rb_reg_nth_match(num, match);
rb_reg_nth_match 1989 re.c           	    rb_ary_push(result, rb_reg_nth_match(FIX2INT(argv[i]), match));
rb_reg_nth_match 1994 re.c           		rb_ary_push(result, rb_reg_nth_match(num, match));
rb_reg_nth_match 2041 re.c           	value = rb_reg_nth_match(back_refs[i], match);
rb_reg_nth_match 2166 re.c           			  cname, rb_reg_nth_match(0, match));
rb_reg_nth_match 2189 re.c                   v = rb_reg_nth_match(i, match);
rb_reg_nth_match 3869 re.c           	return rb_reg_nth_match(n, match);
rb_reg_nth_match 4010 string.c       	return rb_reg_nth_match(nth, match);
rb_reg_nth_match 4572 string.c       	    if (iter) match0 = rb_reg_nth_match(0, match);
rb_reg_nth_match 4749 string.c       	    if (mode == ITER) match0 = rb_reg_nth_match(0, match);
rb_reg_nth_match 8180 string.c       	    return rb_reg_nth_match(0, match);
rb_reg_nth_match 8184 string.c       	    rb_ary_push(result, rb_reg_nth_match(i, match));
rb_reg_nth_match 8691 string.c       	sep = rb_reg_nth_match(0, rb_backref_get());
rb_reg_nth_match  371 vm_insnhelper.c 	    val = rb_reg_nth_match((int)(type >> 1), backref);