tty.c | 141 #define PARITY(c) (char_type[c] & O) 144 #define ISALPHA(c) (char_type[(c) & TTY_CHARMASK] & ALPHA) 147 #define CCLASS(c) (char_type[c] & CCLASSMASK) 158 unsigned char const char_type[] = { variable in typeref:typename:unsigned char const[] 2313 * bits in char_type), call ttyoutput. After processing 2322 ce = cc - scanc((u_int)cc, cp, char_type,
|