Lines Matching refs:psub
711 const unsigned char *prest, *psub, *pnext;
766 for (psub = p; ; psub = pnext) {
767 pnext = pat_scan(psub, pe, true);
769 if (do_gmatch(s, srest, psub, pnext - 2) &&
793 for (psub = p; ; psub = pnext) {
794 pnext = pat_scan(psub, pe, true);
797 if (do_gmatch(s, srest, psub, pnext - 2) &&
814 for (psub = p; ; psub = pnext) {
815 pnext = pat_scan(psub, pe, true);
816 if (do_gmatch(s, srest, psub,