Home
last modified time | relevance | path

Searched refs:DICT (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/test/util-tests/tests/sed/bsd/
H A Dmulti_test.ksh69 DICT=/usr/share/lib/dict/words
70 [[ -r $DICT ]] || fatal "Coult not read dictionary $DICT"
417 $SED '200q' $DICT | $SED 's$.*$s/^/&/w tmpdir/&$' >$script1
/illumos-gate/usr/src/contrib/zlib/
H A Dinflate.h31 DICT, /* waiting for inflateSetDictionary() call */ enumerator
H A Dinflate.c830 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()
/illumos-gate/usr/src/lib/fm/libdiagcode/common/tests/
H A DSAMPLE0.dict36 # Format 0: DICT-XXXX-XX
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c1592 DICT, /* waiting for inflateSetDictionary() call */ enumerator
2984 state->mode = DICT;
2985 case DICT:
3399 if (state->wrap != 0 && state->mode != DICT)
3403 if (state->mode == DICT) {