Lines Matching refs:ctype

35 	regclass_t	ctype;  member
108 static Ctype_t ctype[] = variable
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()
164 static int Is_wc_10(int c) { return iswctype(c, ctype[CTYPES+9].wtype); } in Is_wc_10()
165 static int Is_wc_11(int c) { return iswctype(c, ctype[CTYPES+10].wtype); } in Is_wc_11()
166 static int Is_wc_12(int c) { return iswctype(c, ctype[CTYPES+11].wtype); } in Is_wc_12()
167 static int Is_wc_13(int c) { return iswctype(c, ctype[CTYPES+12].wtype); } in Is_wc_13()
168 static int Is_wc_14(int c) { return iswctype(c, ctype[CTYPES+13].wtype); } in Is_wc_14()
169 static int Is_wc_15(int c) { return iswctype(c, ctype[CTYPES+14].wtype); } in Is_wc_15()
170 static int Is_wc_16(int c) { return iswctype(c, ctype[CTYPES+15].wtype); } in Is_wc_16()
205 for (cp = ctype; cp < &ctype[elementsof(ctype)]; cp++) in regclass()
250 return cp->ctype; in regclass()
268 cp->ctype = fun; in regaddclass()
275 np->ctype = fun; in regaddclass()