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

/illumos-gate/usr/src/cmd/compress/
H A Dcompress.c158 #define tab_suffixof(i) ((char_type *)(htab))[i] macro
159 #define de_stack ((char_type *)&tab_suffixof(1<<BITS))
160 #define stack_max ((char_type *)&tab_suffixof(OUTSTACKSIZE))
1292 tab_suffixof(code) = (char_type)code;
1336 *stackp++ = tab_suffixof(code);
1343 *stackp++ = finchar = tab_suffixof(code);
1361 tab_suffixof(code) = (char_type) finchar;
1523 c = tab_suffixof(ent);
1535 stack_top = in_stack(tab_suffixof(ent),

Completed in 501 milliseconds