Home
last modified time | relevance | path

Searched refs:char_type (Results 1 – 3 of 3) sorted by relevance

/original-bsd/usr.bin/compress/
H A Dzopen.c56 typedef u_char char_type; typedef
57 static char_type magic_header[] =
97 char_type zs_buf[BITS];
106 char_type *zs_stackp;
110 char_type zs_gbuf[BITS];
162 #define tab_suffixof(i) ((char_type *)(htab))[i]
340 static char_type lmask[9] =
342 static char_type rmask[9] =
351 register char_type *bp;
479 tab_suffixof(code) = (char_type) code;
[all …]
/original-bsd/sys/sparc/dev/
H A Dcons.c55 extern const char char_type[];
381 (char_type[c & 0177] & 0200) == (c & 0200) : in cnrint()
382 (char_type[c & 0177] & 0200) != (c & 0200)) in cnrint()
/original-bsd/sys/kern/
H A Dtty.c55 #define PARITY(c) (char_type[c] & O)
58 #define ISALPHA(c) (char_type[(c) & TTY_CHARMASK] & ALPHA)
61 #define CCLASS(c) (char_type[c] & CCLASSMASK)
72 char const char_type[] = { variable
1421 (u_char *)char_type, CCLASSMASK);