Searched defs:ctype (Results 1 - 3 of 3) sorted by relevance

/ast/src/lib/libast/regex/
H A Dregclass.c35 regclass_t ctype; member in struct:Ctype_s
46 * and the fact that ctype functions are macros
108 static Ctype_t ctype[] = variable
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[CTYPE
[all...]
/ast/src/lib/libdss/
H A Dcx.h615 unsigned char* ctype; /* ctype table */ member in struct:Cx_s
/ast/src/cmd/nmake/
H A DMakerules.mk3891 set cctype:="$(CC:N!=*=*)" macro
3893 set cctype:=cc macro
3897 set cctype:="$(I)" macro

Completed in 34 milliseconds