Home
last modified time | relevance | path

Searched refs:w_wc (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/lib/libc/port/regex/
H A Dglob.c145 wchar_t w_wc; member
249 (bufnext++)->w_wc = c; in _glob_ext()
273 (bufnext++)->w_wc = c; in _glob_ext()
276 (bufnext++)->w_wc = c; in _glob_ext()
286 bufnext->w_wc = EOS; in _glob_ext()
306 if (pattern[0].w_wc == LBRACE && pattern[1].w_wc == RBRACE && in globexp1()
307 pattern[2].w_wc == EOS) in globexp1()
335 lm->w_wc = EOS; in globexp2()
339 for (i = 0, pe = ++ptr; pe->w_wc != EOS; pe++) in globexp2()
340 if (pe->w_wc == LBRACKET) { in globexp2()
[all …]