Home
last modified time | relevance | path

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

/netbsd-src/games/wump/
H A Dpathnames.h35 #define _PATH_WUMPINFO "/usr/share/games/wump.info" macro
H A Dwump.c758 if (access(_PATH_WUMPINFO, R_OK)) { in instructions()
773 if ((fd = open(_PATH_WUMPINFO, O_RDONLY)) == -1) in instructions()
774 err(1, "open %s", _PATH_WUMPINFO); in instructions()