DICT
if ((dictfp = opendict(DICT)) == NULL) {
warn("%s", DICT);
warnx("can't load %s", 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 (state->wrap != 0 && state->mode != DICT)
if (state->mode == DICT) {
state->mode = DICT;
case DICT: