Home
last modified time | relevance | path

Searched refs:_PATH_MONST (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/games/phantasia/
H A Dpathnames.h36 #define _PATH_MONST "/var/games/phantasia/monsters" macro
H A Dmain.c317 if ((Monstfp = fopen(_PATH_MONST, "r+")) == NULL) in initialstate()
318 error(_PATH_MONST); in initialstate()