Lines Matching refs:pnext
692 const unsigned char *prest, *psub, *pnext; in do_gmatch() local
747 for (psub = p; ; psub = pnext) { in do_gmatch()
748 pnext = pat_scan(psub, pe, true); in do_gmatch()
750 if (do_gmatch(s, srest, psub, pnext - 2) && in do_gmatch()
756 if (pnext == prest) in do_gmatch()
774 for (psub = p; ; psub = pnext) { in do_gmatch()
775 pnext = pat_scan(psub, pe, true); in do_gmatch()
778 if (do_gmatch(s, srest, psub, pnext - 2) && in do_gmatch()
782 if (pnext == prest) in do_gmatch()
795 for (psub = p; ; psub = pnext) { in do_gmatch()
796 pnext = pat_scan(psub, pe, true); in do_gmatch()
798 pnext - 2)) { in do_gmatch()
802 if (pnext == prest) in do_gmatch()