Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libast/common/regex/
H A Dregclass.c98 static int Is_wc_5(int);
127 { 0, 0, Is_wc_5 },
140 static int Is_wc_5(int c) { return iswctype(c, ctype[CTYPES+4].wtype); } in Is_wc_5() function