Searched defs:start_shift (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dregexec.c390 register I32 start_shift = 0; local
506 start_shift = prog->check_offset_min; /* okay to underestimate on CC */
507 end_shift = prog->minlen - start_shift -
521 start_shift = prog->check_offset_min; /* okay to underestimate on CC */
523 end_shift = prog->minlen - start_shift -
544 start_shift + (s - strbeg), end_shift, pp, 0);
554 s = fbm_instr((U8*)(s + start_shift),
558 s = fbm_instr(HOP3(s, start_shift, strend),
598 char *last = HOP3c(s, -start_shift, strbeg), *last1, *last2;
669 t = HOP3c(s, -start_shift, strbe
[all...]
H A Dutil.c610 /* start_shift, end_shift are positive quantities which give offsets
626 Perl_screaminstr(pTHX_ SV *bigstr, SV *littlestr, I32 start_shift, I32 end_shift, I32 *old_posp, I32 last) argument
660 if (previous + start_shift > stop_pos) {
666 if (previous + start_shift == stop_pos + 1) /* A fake '\n'? */
671 while (pos < previous + start_shift) {

Completed in 52 milliseconds