Lines Matching refs:pnext
822 const unsigned char *prest, *psub, *pnext;
903 for (psub = p; ; psub = pnext) {
904 pnext = pat_scan(psub, pe, true);
906 if (do_gmatch(s, srest, psub, pnext - 2, smin) &&
912 if (pnext == prest)
930 for (psub = p; ; psub = pnext) {
931 pnext = pat_scan(psub, pe, true);
934 if (do_gmatch(s, srest, psub, pnext - 2, smin) &&
938 if (pnext == prest)
951 for (psub = p; ; psub = pnext) {
952 pnext = pat_scan(psub, pe, true);
954 pnext - 2, smin)) {
958 if (pnext == prest)