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

/ast/src/cmd/codexlib/lzd/
H A Dlzd.c43 unsigned int old_code; member in struct:State_s
114 addcode(register State_t* state, int suf_code, int old_code) argument
117 state->table[state->free_code].next = old_code;
184 *s++ = state->fin_char = state->suf_code = state->old_code = c = getcode(state);
193 c = state->old_code;
202 addcode(state, state->suf_code, state->old_code);
203 state->old_code = state->in_code;

Completed in 29 milliseconds