rb_reg_adjust_startpos   55 include/ruby/re.h int rb_reg_adjust_startpos(VALUE, VALUE, int, int);
rb_reg_adjust_startpos 2549 re.c           	pos = rb_reg_adjust_startpos(re, str, pos, 0);
rb_reg_adjust_startpos 2368 string.c       	pos = rb_reg_adjust_startpos(sub, str, pos, 0);
rb_reg_adjust_startpos 2483 string.c       	    pos = rb_reg_adjust_startpos(sub, str, pos, 1);