Lines Matching defs:state
40 /* input and output state */
41 struct state {
42 /* input state */
50 /* input limit error return state for bits() and decode() */
53 /* output state */
72 local int bits(struct state *s, int need)
129 local int decode(struct state *s, struct huffman *h)
282 local int decomp(struct state *s)
386 struct state s; /* input/output state */
389 /* initialize input state */
401 /* initialize output state */