Lines Matching refs:pnext
754 const unsigned char *prest, *psub, *pnext; in do_gmatch() local
809 for (psub = p; ; psub = pnext) { in do_gmatch()
810 pnext = pat_scan(psub, pe, true); in do_gmatch()
812 if (do_gmatch(s, srest, psub, pnext - 2) && in do_gmatch()
818 if (pnext == prest) in do_gmatch()
836 for (psub = p; ; psub = pnext) { in do_gmatch()
837 pnext = pat_scan(psub, pe, true); in do_gmatch()
840 if (do_gmatch(s, srest, psub, pnext - 2) && in do_gmatch()
844 if (pnext == prest) in do_gmatch()
857 for (psub = p; ; psub = pnext) { in do_gmatch()
858 pnext = pat_scan(psub, pe, true); in do_gmatch()
860 pnext - 2)) { in do_gmatch()
864 if (pnext == prest) in do_gmatch()