Home | History | Annotate | Download | only in src

Lines Matching refs:psub

773 	const unsigned char *prest, *psub, *pnext;
828 for (psub = p; ; psub = pnext) {
829 pnext = pat_scan(psub, pe, true);
831 if (do_gmatch(s, srest, psub, pnext - 2) &&
855 for (psub = p; ; psub = pnext) {
856 pnext = pat_scan(psub, pe, true);
859 if (do_gmatch(s, srest, psub, pnext - 2) &&
876 for (psub = p; ; psub = pnext) {
877 pnext = pat_scan(psub, pe, true);
878 if (do_gmatch(s, srest, psub,