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

/ast/src/lib/libast/regex/
H A Dregclass.c42 static Ctype_t* ctypes; variable
200 for (cp = ctypes; cp; cp = cp->next)
265 for (cp = ctypes; cp; cp = cp->next)
276 np->next = ctypes;
277 ctypes = np;
/ast/src/cmd/nmake/
H A Dmake.h136 #define ctable (ctypes-(CHAR_MIN)+1)
138 #define ctable (ctypes)
915 extern short ctypes[]; /* internal character types */
H A Dmain.c220 short ctypes[UCHAR_MAX+1];/* istype() character types */ variable

Completed in 20 milliseconds