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