Searched refs:EOS (Results 1 – 1 of 1) sorted by relevance
117 #define EOS L'\0' macro255 *bufnext = EOS; in glob()270 if (pattern[0] == LBRACE && pattern[1] == RBRACE && pattern[2] == EOS) { in globexp0()327 *lm = EOS; in globexp2()331 for (i = 0, pe = ++ptr; *pe != EOS; pe++) in globexp2()334 for (pm = pe++; *pe != RBRACKET && *pe != EOS; pe++) in globexp2()336 if (*pe == EOS) { in globexp2()353 if (i != 0 || *pe == EOS) in globexp2()360 for (pm1 = pm++; *pm != RBRACKET && *pm != EOS; pm++) in globexp2()362 if (*pm == EOS) { in globexp2()[all …]