Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/regex/
H A Dregclass.c89 static int Is_wc_3(int);
129 { 0, 0, Is_wc_3 },
157 static int Is_wc_3(int c) { return iswctype(c, ctype[CTYPES+2].wtype); } in Is_wc_3() function