Lines Matching refs:pe
240 const Char *pe, *pm, *pl; in globexp2() local
250 for (i = 0, pe = ++ptr; *pe; pe++) in globexp2()
251 if (*pe == LBRACKET) { in globexp2()
253 for (pm = pe++; *pe != RBRACKET && *pe != EOS; pe++) in globexp2()
255 if (*pe == EOS) { in globexp2()
260 pe = pm; in globexp2()
262 } else if (*pe == LBRACE) in globexp2()
264 else if (*pe == RBRACE) { in globexp2()
271 if (i != 0 || *pe == EOS) { in globexp2()
276 for (i = 0, pl = pm = ptr; pm <= pe; pm++) { in globexp2()
315 for (pl = pe + 1; (*lm++ = *pl++) != EOS; ) in globexp2()