Home | History | Annotate | Download | only in src

Lines Matching defs:pnext

774 	const unsigned char *prest, *psub, *pnext;
829 for (psub = p; ; psub = pnext) {
830 pnext = pat_scan(psub, pe, true);
832 if (do_gmatch(s, srest, psub, pnext - 2) &&
838 if (pnext == prest)
856 for (psub = p; ; psub = pnext) {
857 pnext = pat_scan(psub, pe, true);
860 if (do_gmatch(s, srest, psub, pnext - 2) &&
864 if (pnext == prest)
877 for (psub = p; ; psub = pnext) {
878 pnext = pat_scan(psub, pe, true);
880 pnext - 2)) {
884 if (pnext == prest)