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

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dregexec.c399 register char *other_last = Nullch; /* other substr checked before this */ local
593 if (!other_last)
594 other_last = strpos;
611 if (t < other_last) /* These positions already checked */
612 t = other_last;
648 other_last = HOP3c(last1, prog->anchored_offset+1, strend);
656 other_last = HOP3c(s, 1, strend);
675 if (s < other_last)
676 s = other_last;
706 other_last
[all...]

Completed in 106 milliseconds