Searched refs:_PATH_INSTR (Results 1 – 4 of 4) sorted by relevance
80 if ((fd = open(_PATH_INSTR, O_RDONLY)) == -1) { in instructions()81 warn("open %s", _PATH_INSTR); in instructions()
34 #define _PATH_INSTR "/usr/share/games/cribbage.instr" macro
34 #define _PATH_INSTR "/usr/share/games/fish.instr" macro
460 if ((fd = open(_PATH_INSTR, O_RDONLY)) == -1) in instructions() 461 err(1, "open %s", _PATH_INSTR); in instructions()