Searched refs:Dict_name (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/games/hangman/
H A Dextern.c74 const char *Dict_name = _PATH_DICT; variable
H A Dsetup.c71 if ((Dict = fopen(Dict_name, "r")) == NULL) {
73 err(1, "fopen %s", Dict_name);
H A Dmain.c63 Dict_name = optarg;
H A Dhangman.h78 extern const char *Dict_name;

Completed in 119 milliseconds