HomeSort by: relevance | last modified time | path
    Searched refs:_PATH_MONST (Results 1 - 3 of 3) sorted by relevancy

  /src/games/phantasia/
pathnames.h 38 #define _PATH_MONST "/var/games/phantasia/monsters"
setup.c 67 _PATH_MONST,
135 path = strrchr(_PATH_MONST, '/') + 1;
main.c 331 if ((Monstfp = fopen(_PATH_MONST, "r+")) == NULL)
332 error(_PATH_MONST);

Completed in 70 milliseconds