Home
last modified time | relevance | path

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

/openbsd/games/fish/
H A Dfish.c74 int gofish(int, int, int *);
121 if (gofish(move, USER, userhand)) in main()
131 if (!gofish(move, COMPUTER, comphand)) in main()
269 gofish(int askedfor, int player, int *hand) in gofish() function