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

/illumos-gate/usr/src/cmd/spell/
H A Dhuff.c45 struct huff huffcode; variable in typeref:struct:huff
211 (void) fwrite((char *) & huffcode, sizeof (huffcode), 1, stdout);
217 return (read(fileno(f), (char *)&huffcode, sizeof (huffcode)) ==
218 sizeof (huffcode));

Completed in 70 milliseconds