Home
last modified time | relevance | path

Searched refs:_PATH_INSTR (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/games/cribbage/
H A Dinstr.c80 if ((fd = open(_PATH_INSTR, O_RDONLY)) == -1) { in instructions()
81 warn("open %s", _PATH_INSTR); in instructions()
H A Dpathnames.h34 #define _PATH_INSTR "/usr/share/games/cribbage.instr" macro
/netbsd-src/games/fish/
H A Dpathnames.h34 #define _PATH_INSTR "/usr/share/games/fish.instr" macro
H A Dfish.c460 if ((fd = open(_PATH_INSTR, O_RDONLY)) == -1) in instructions()
461 err(1, "open %s", _PATH_INSTR); in instructions()