Searched refs:DICT (Results 1 – 5 of 5) sorted by relevance
69 DICT=${SRCDIR}/multi_words70 [[ -r $DICT ]] || fatal "Could not read dictionary $DICT"417 $SED '200q' $DICT | $SED 's$.*$s/^/&/w tmpdir/&$' >$script1
31 DICT, /* waiting for inflateSetDictionary() call */ enumerator
830 state->mode = DICT; in inflate()832 case DICT: in inflate()1326 if (state->wrap != 0 && state->mode != DICT) in inflateSetDictionary()1330 if (state->mode == DICT) { in inflateSetDictionary()
36 # Format 0: DICT-XXXX-XX
1592 DICT, /* waiting for inflateSetDictionary() call */ enumerator2984 state->mode = DICT;2985 case DICT:3399 if (state->wrap != 0 && state->mode != DICT)3403 if (state->mode == DICT) {