Home
last modified time | relevance | path

Searched refs:tab_suffixof (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/compress/
H A Dcompress.c160 #define tab_suffixof(i) ((char_type *)(htab))[i] macro
161 #define de_stack ((char_type *)&tab_suffixof(1<<BITS))
162 #define stack_max ((char_type *)&tab_suffixof(OUTSTACKSIZE))
1294 tab_suffixof(code) = (char_type)code; in decompress()
1338 *stackp++ = tab_suffixof(code); in decompress()
1345 *stackp++ = finchar = tab_suffixof(code); in decompress()
1363 tab_suffixof(code) = (char_type) finchar; in decompress()
1525 c = tab_suffixof(ent); in dump_tab()
1537 stack_top = in_stack(tab_suffixof(ent), in dump_tab()