Lines Matching defs:pnext
711 const unsigned char *prest, *psub, *pnext;
766 for (psub = p; ; psub = pnext) {
767 pnext = pat_scan(psub, pe, true);
769 if (do_gmatch(s, srest, psub, pnext - 2) &&
775 if (pnext == prest)
793 for (psub = p; ; psub = pnext) {
794 pnext = pat_scan(psub, pe, true);
797 if (do_gmatch(s, srest, psub, pnext - 2) &&
801 if (pnext == prest)
814 for (psub = p; ; psub = pnext) {
815 pnext = pat_scan(psub, pe, true);
817 pnext - 2)) {
821 if (pnext == prest)