Searched refs:char_type (Results 1 – 1 of 1) sorted by relevance
102 typedef unsigned char char_type; typedef104 static char_type magic_header[] = { "\037\235" }; /* 1F 9D */160 #define tab_suffixof(i) ((char_type *)(htab))[i]161 #define de_stack ((char_type *)&tab_suffixof(1<<BITS))162 #define stack_max ((char_type *)&tab_suffixof(OUTSTACKSIZE))263 static char_type lmask[9] =265 static char_type rmask[9] =1283 char_type *stackp, *stack_lim; in decompress()1294 tab_suffixof(code) = (char_type)code; in decompress()1325 *stackp++ = (char_type) finchar; in decompress()[all …]