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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dutil.c613 old_posp is the way of communication between consequent calls if
615 The initial *old_posp should be -1.
626 Perl_screaminstr(pTHX_ SV *bigstr, SV *littlestr, I32 start_shift, I32 end_shift, I32 *old_posp, I32 last) argument
638 if (*old_posp == -1
640 : (((pos = *old_posp), pos += PL_screamnext[pos]) == 0)) {
687 *old_posp = pos;
693 return (char *)(big+(*old_posp));

Completed in 4324 milliseconds