Symbol: char_type
crypto/libressl/crypto/asn1/a_strex.c
141
chflgs = char_type[chtmp] & flags;
crypto/libressl/crypto/asn1/charmap.h
8
static const unsigned char char_type[] = {
sys/kern/tty.c
131
#define PARITY(c) (char_type[c] & O)
sys/kern/tty.c
134
#define ISALPHA(c) (char_type[(c) & TTY_CHARMASK] & ALPHA)
sys/kern/tty.c
137
#define CCLASS(c) (char_type[c] & CCLASSMASK)
sys/kern/tty.c
148
static u_char const char_type[] = {
sys/kern/tty.c
2085
char_type, CCLASSMASK);
usr.bin/compress/zopen.c
120
char_type zs_buf[BITS];
usr.bin/compress/zopen.c
129
char_type *zs_stackp;
usr.bin/compress/zopen.c
133
char_type zs_gbuf[BITS];
usr.bin/compress/zopen.c
185
#define tab_suffixof(i) ((char_type *)(htab))[i]
usr.bin/compress/zopen.c
186
#define de_stack ((char_type *)&tab_suffixof(1 << BITS))
usr.bin/compress/zopen.c
359
static char_type lmask[9] =
usr.bin/compress/zopen.c
361
static char_type rmask[9] =
usr.bin/compress/zopen.c
369
char_type *bp;
usr.bin/compress/zopen.c
494
tab_suffixof(code) = (char_type) code;
usr.bin/compress/zopen.c
565
char_type *bp;
usr.bin/compress/zopen.c
80
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
335
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] =