Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/spell/
H A Dhuff.h38 } huffcode; variable
39 #define n huffcode.xn
40 #define w huffcode.xw
41 #define c huffcode.xc
42 #define cq huffcode.xcq
43 #define cs huffcode.xcs
44 #define qcs huffcode.xqcs
45 #define v0 huffcode.xv0
H A Dhuff.c42 struct huff huffcode; variable
208 (void) fwrite((char *) & huffcode, sizeof (huffcode), 1, stdout); in whuff()
214 return (read(fileno(f), (char *)&huffcode, sizeof (huffcode)) == in rhuff()
215 sizeof (huffcode)); in rhuff()