Searched refs:end_shift (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dregexec.c392 register I32 end_shift = 0; local
507 end_shift = prog->minlen - start_shift -
514 if (end_shift < eshift)
515 end_shift = eshift;
523 end_shift = prog->minlen - start_shift -
528 if (end_shift < 0)
529 Perl_croak(aTHX_ "panic: end_shift");
534 the "check" substring in the region corrected by start/end_shift. */
544 start_shift + (s - strbeg), end_shift, pp, 0);
555 (U8*)(strend - end_shift),
1621 I32 end_shift = 0; /* Same for the end. */ /* CC */ local
[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
659 stop_pos = SvCUR(bigstr) - end_shift - (SvCUR(littlestr) - 1 - previous);
695 if (!SvTAIL(littlestr) || (end_shift > 0))
H A Dproto.h669 PERL_CALLCONV char* Perl_screaminstr(pTHX_ SV* bigsv, SV* littlesv, I32 start_shift, I32 end_shift, I32 *state, I32 last);

Completed in 107 milliseconds