Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libast/common/regex/
H A Dregclass.c95 static int Is_wc_2(int);
124 { 0, 0, Is_wc_2 },
137 static int Is_wc_2(int c) { return iswctype(c, ctype[CTYPES+1].wtype); } in Is_wc_2() function