DICT
unsigned char buf[DICT];
dict = read(fd, buf, DICT);
strm.avail_out = DICT;
got = DICT - strm.avail_out;
next = DICT > len ? len : DICT;
if (state->wrap != 0 && state->mode != DICT)
if (state->mode == DICT) {
state->mode = DICT;
case DICT:
((struct inflate_state *)strm.state)->mode = DICT;
if ((dictfp = opendict(DICT)) == NULL) {
warn("%s", DICT);
warnx("can't load %s", DICT);
ch = DICT(ch);
ch = DICT(ch);