Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/compress/
H A Dcompress.c159 #define de_stack ((char_type *)&tab_suffixof(1<<BITS)) macro
1304 stackp = de_stack; in decompress()
1351 } while (stackp > de_stack); in decompress()
1502 de_stack[--stack_top] = '\n'; in dump_tab()
1503 de_stack[--stack_top] = '"'; in dump_tab()
1515 (void) fwrite(&de_stack[stack_top], 1, in dump_tab()
1530 de_stack[--stack_top] = '\n'; in dump_tab()
1531 de_stack[--stack_top] = '"'; in dump_tab()
1538 (void) fwrite(&de_stack[stack_top], 1, in dump_tab()
1551 de_stack[--stack_top] = c; in in_stack()
[all …]