Symbol: char_type
sys/kern/tty.c
141
#define PARITY(c) (char_type[c] & O)
sys/kern/tty.c
144
#define ISALPHA(c) (char_type[(c) & TTY_CHARMASK] & ALPHA)
sys/kern/tty.c
147
#define CCLASS(c) (char_type[c] & CCLASSMASK)
sys/kern/tty.c
158
unsigned char const char_type[] = {
sys/kern/tty.c
2322
ce = cc - scanc((u_int)cc, cp, char_type,
usr.bin/compress/zopen.c
124
char_type zs_buf[BITS];
usr.bin/compress/zopen.c
133
char_type *zs_stackp;
usr.bin/compress/zopen.c
137
char_type zs_gbuf[BITS];
usr.bin/compress/zopen.c
189
#define tab_suffixof(i) ((char_type *)(htab))[i]
usr.bin/compress/zopen.c
190
#define de_stack ((char_type *)&tab_suffixof(1 << BITS))
usr.bin/compress/zopen.c
363
static char_type lmask[9] =
usr.bin/compress/zopen.c
365
static char_type rmask[9] =
usr.bin/compress/zopen.c
372
char_type *bp;
usr.bin/compress/zopen.c
497
tab_suffixof(code) = (char_type) code;
usr.bin/compress/zopen.c
572
char_type *bp;
usr.bin/compress/zopen.c
84
static char_type magic_header[] =
usr.bin/gzip/zuncompress.c
110
char_type zs_buf[BITS];
usr.bin/gzip/zuncompress.c
119
char_type *zs_stackp;
usr.bin/gzip/zuncompress.c
123
char_type zs_gbuf[BITS];
usr.bin/gzip/zuncompress.c
257
tab_suffixof(zs->u.r.zs_code) = (char_type) zs->u.r.zs_code;
usr.bin/gzip/zuncompress.c
336
char_type *bp;
usr.bin/gzip/zuncompress.c
43
#define tab_suffixof(i) ((char_type *)(zs->zs_htab))[i]
usr.bin/gzip/zuncompress.c
44
#define de_stack ((char_type *)&tab_suffixof(1 << BITS))
usr.bin/gzip/zuncompress.c
73
static char_type magic_header[] =
usr.bin/gzip/zuncompress.c
76
static char_type rmask[9] =