rb_reg_match_pre  670 include/ruby/intern.h VALUE rb_reg_match_pre(VALUE);
rb_reg_match_pre 1728 re.c               return rb_reg_match_pre(rb_backref_get());
rb_reg_match_pre 3982 re.c               rb_define_method(rb_cMatch, "pre_match", rb_reg_match_pre, 0);
rb_reg_match_pre  358 vm_insnhelper.c 		val = rb_reg_match_pre(backref);