Searched refs:_PATH_DICT (Results 1 – 3 of 3) sorted by relevance
35 #define _PATH_DICT "/usr/share/dict/words" macro
66 const char *Dict_name = _PATH_DICT;
58 countwords = strcmp(Dict_name, _PATH_DICT); in getword()