Searched refs:CTYPES (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libast/common/regex/
H A Dregclass.c124 #define CTYPES 13 macro
155 static int Is_wc_1(int c) { return iswctype(c, ctype[CTYPES+0].wtype); }
156 static int Is_wc_2(int c) { return iswctype(c, ctype[CTYPES+1].wtype); }
157 static int Is_wc_3(int c) { return iswctype(c, ctype[CTYPES+2].wtype); }
158 static int Is_wc_4(int c) { return iswctype(c, ctype[CTYPES+3].wtype); }
159 static int Is_wc_5(int c) { return iswctype(c, ctype[CTYPES+4].wtype); }
160 static int Is_wc_6(int c) { return iswctype(c, ctype[CTYPES+5].wtype); }
161 static int Is_wc_7(int c) { return iswctype(c, ctype[CTYPES+6].wtype); }
162 static int Is_wc_8(int c) { return iswctype(c, ctype[CTYPES+7].wtype); }
163 static int Is_wc_9(int c) { return iswctype(c, ctype[CTYPES
[all...]

Completed in 14 milliseconds