Lines Matching defs:pnext
769 const unsigned char *prest, *psub, *pnext;
824 for (psub = p; ; psub = pnext) {
825 pnext = pat_scan(psub, pe, true);
827 if (do_gmatch(s, srest, psub, pnext - 2) &&
833 if (pnext == prest)
851 for (psub = p; ; psub = pnext) {
852 pnext = pat_scan(psub, pe, true);
855 if (do_gmatch(s, srest, psub, pnext - 2) &&
859 if (pnext == prest)
872 for (psub = p; ; psub = pnext) {
873 pnext = pat_scan(psub, pe, true);
875 pnext - 2)) {
879 if (pnext == prest)