HomeSort by: relevance | last modified time | path
    Searched defs:DICT (Results 1 - 4 of 4) sorted by relevancy

  /src/games/boggle/boggle/
bog.h 43 #define DICT "/usr/share/games/boggle/dictionary"
  /src/usr.bin/look/
look.c 73 * FOLD and DICT convert characters to a normal form for comparison,
76 * DICT expects integers because it uses a non-character value to
85 #define DICT(c) (isascii(c) && isalnum(c) ? (c) : NO_COMPARE)
167 ch = DICT(ch);
314 ch = DICT(ch);
  /src/common/dist/zlib/
inflate.h 31 DICT, /* waiting for inflateSetDictionary() call */
65 DICTID -> DICT -> TYPE
  /src/common/dist/zlib/examples/
gzlog.c 33 foo.dict -- dictionary of the last 32K of data for next compression
191 - Compress the data with the dictionary in foo.dict, and write to the
193 compressed block. If there is no foo.dict, proceed anyway with the
194 compression at slightly reduced efficiency. (For the foo.dict file to be
207 - Replace foo.dict with foo.temp.
269 #define DICT 32768U
564 /* Replace the foo.dict file with the foo.temp file. Also delete the foo.add
581 /* rename foo.name to foo.dict, replacing foo.dict if it exists */
582 strcpy(log->end, ".dict");
612 ssize_t dict; local in function:log_compress
    [all...]

Completed in 668 milliseconds