Home
last modified time | relevance | path

Searched refs:_PATH_DICT (Results 1 – 3 of 3) sorted by relevance

/openbsd/games/hangman/
H A Dpathnames.h35 #define _PATH_DICT "/usr/share/dict/words" macro
H A Dextern.c66 const char *Dict_name = _PATH_DICT;
H A Dgetword.c58 countwords = strcmp(Dict_name, _PATH_DICT); in getword()