Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/regex/
H A Dregclass.c96 static int Is_wc_10(int);
136 { 0, 0, Is_wc_10 },
164 static int Is_wc_10(int c) { return iswctype(c, ctype[CTYPES+9].wtype); } in Is_wc_10() function