Lines Matching defs:ctype

35 	regclass_t	ctype;
46 * and the fact that ctype functions are macros
108 static Ctype_t ctype[] =
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+8].wtype); }
164 static int Is_wc_10(int c) { return iswctype(c, ctype[CTYPES+9].wtype); }
165 static int Is_wc_11(int c) { return iswctype(c, ctype[CTYPES+10].wtype); }
166 static int Is_wc_12(int c) { return iswctype(c, ctype[CTYPES+11].wtype); }
167 static int Is_wc_13(int c) { return iswctype(c, ctype[CTYPES+12].wtype); }
168 static int Is_wc_14(int c) { return iswctype(c, ctype[CTYPES+13].wtype); }
169 static int Is_wc_15(int c) { return iswctype(c, ctype[CTYPES+14].wtype); }
170 static int Is_wc_16(int c) { return iswctype(c, ctype[CTYPES+15].wtype); }
175 * return pointer to ctype function for :class:] in s
205 for (cp = ctype; cp < &ctype[elementsof(ctype)]; cp++)
250 return cp->ctype;
254 * associate the ctype function fun with name
268 cp->ctype = fun;
275 np->ctype = fun;
282 * return pointer to ctype function for token