HomeSort by: relevance | last modified time | path
    Searched defs:char_type (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/gzip/
zuncompress.c 43 #define tab_suffixof(i) ((char_type *)(zs->zs_htab))[i]
44 #define de_stack ((char_type *)&tab_suffixof(1 << BITS))
71 typedef u_char char_type; typedef in typeref:typename:u_char
73 static char_type magic_header[] =
76 static char_type rmask[9] =
110 char_type zs_buf[BITS];
119 char_type *zs_stackp;
123 char_type zs_gbuf[BITS];
257 tab_suffixof(zs->u.r.zs_code) = (char_type) zs->u.r.zs_code;
336 char_type *bp
    [all...]
  /src/usr.bin/compress/
zopen.c 83 typedef u_char char_type; typedef in typeref:typename:u_char
84 static char_type magic_header[] =
124 char_type zs_buf[BITS];
133 char_type *zs_stackp;
137 char_type zs_gbuf[BITS];
189 #define tab_suffixof(i) ((char_type *)(htab))[i]
190 #define de_stack ((char_type *)&tab_suffixof(1 << BITS))
363 static char_type lmask[9] =
365 static char_type rmask[9] =
372 char_type *bp
    [all...]
  /src/sys/kern/
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,

Completed in 44 milliseconds