Searched refs:w_wc (Results 1 – 1 of 1) sorted by relevance
146 wchar_t w_wc; member247 (bufnext++)->w_wc = c; in _glob_ext()271 (bufnext++)->w_wc = c; in _glob_ext()274 (bufnext++)->w_wc = c; in _glob_ext()284 bufnext->w_wc = EOS; in _glob_ext()304 if (pattern[0].w_wc == LBRACE && pattern[1].w_wc == RBRACE && in globexp1()305 pattern[2].w_wc == EOS) in globexp1()333 lm->w_wc = EOS; in globexp2()337 for (i = 0, pe = ++ptr; pe->w_wc != EOS; pe++) in globexp2()338 if (pe->w_wc == LBRACKET) { in globexp2()[all …]