Home
last modified time | relevance | path

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

/titanic_41/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; in decompress()
1336 *stackp++ = tab_suffixof(code); in decompress()
1343 *stackp++ = finchar = tab_suffixof(code); in decompress()
1361 tab_suffixof(code) = (char_type) finchar; in decompress()
1523 c = tab_suffixof(ent); in dump_tab()
1535 stack_top = in_stack(tab_suffixof(ent), in dump_tab()