Searched refs:wtype (Results 1 – 2 of 2) sorted by relevance
/titanic_51/usr/src/contrib/ast/src/lib/libast/regex/ |
H A D | regclass.c | 38 wctype_t wtype; member 155 static int Is_wc_1(int c) { return iswctype(c, ctype[CTYPES+0].wtype); } in Is_wc_1() 156 static int Is_wc_2(int c) { return iswctype(c, ctype[CTYPES+1].wtype); } in Is_wc_2() 157 static int Is_wc_3(int c) { return iswctype(c, ctype[CTYPES+2].wtype); } in Is_wc_3() 158 static int Is_wc_4(int c) { return iswctype(c, ctype[CTYPES+3].wtype); } in Is_wc_4() 159 static int Is_wc_5(int c) { return iswctype(c, ctype[CTYPES+4].wtype); } in Is_wc_5() 160 static int Is_wc_6(int c) { return iswctype(c, ctype[CTYPES+5].wtype); } in Is_wc_6() 161 static int Is_wc_7(int c) { return iswctype(c, ctype[CTYPES+6].wtype); } in Is_wc_7() 162 static int Is_wc_8(int c) { return iswctype(c, ctype[CTYPES+7].wtype); } in Is_wc_8() 163 static int Is_wc_9(int c) { return iswctype(c, ctype[CTYPES+8].wtype); } in Is_wc_9() [all...] |
/titanic_51/usr/src/lib/libast/common/regex/ |
H A D | regclass.c | 38 wctype_t wtype; member 136 static int Is_wc_1(int c) { return iswctype(c, ctype[CTYPES+0].wtype); } in Is_wc_1() 137 static int Is_wc_2(int c) { return iswctype(c, ctype[CTYPES+1].wtype); } in Is_wc_2() 138 static int Is_wc_3(int c) { return iswctype(c, ctype[CTYPES+2].wtype); } in Is_wc_3() 139 static int Is_wc_4(int c) { return iswctype(c, ctype[CTYPES+3].wtype); } in Is_wc_4() 140 static int Is_wc_5(int c) { return iswctype(c, ctype[CTYPES+4].wtype); } in Is_wc_5() 141 static int Is_wc_6(int c) { return iswctype(c, ctype[CTYPES+5].wtype); } in Is_wc_6() 142 static int Is_wc_7(int c) { return iswctype(c, ctype[CTYPES+6].wtype); } in Is_wc_7() 143 static int Is_wc_8(int c) { return iswctype(c, ctype[CTYPES+7].wtype); } in Is_wc_8() 178 if (!(cp->wtype = wctype((char*)cp->name))) in regclass()
|