Searched defs:char_type (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/compress/
H A Dcompress.c100 typedef unsigned char char_type; typedef
102 static char_type magic_header[] = { "\037\235" }; /* 1F 9D */
158 #define tab_suffixof(i) ((char_type *)(htab))[i]
159 #define de_stack ((char_type *)&tab_suffixof(1<<BITS))
160 #define stack_max ((char_type *)&tab_suffixof(OUTSTACKSIZE))
261 static char_type lmask[9] =
263 static char_type rmask[9] =
1281 char_type *stackp, *stack_lim;
1292 tab_suffixof(code) = (char_type)code;
1323 *stackp++ = (char_type) fincha
[all...]

Completed in 921 milliseconds