Home | History | Annotate | Download | only in ksh

Lines Matching defs:pnext

629 	const unsigned char *prest, *psub, *pnext;
631 const unsigned char *sNext, *pNext, *sStart;
636 pNext = p;
668 pNext = p - 1;
685 for (psub = p; ; psub = pnext) {
686 pnext = pat_scan(psub, pe, 1);
689 psub, pnext - 2, isfile)
697 if (pnext == prest)
711 for (psub = p; ; psub = pnext) {
712 pnext = pat_scan(psub, pe, 1);
716 psub, pnext - 2, isfile)
721 if (pnext == prest)
732 for (psub = p; ; psub = pnext) {
733 pnext = pat_scan(psub, pe, 1);
735 pnext - 2, isfile))
740 if (pnext == prest)
757 p = pNext;