HomeSort by: relevance | last modified time | path
    Searched defs:chkwinner (Results 1 - 2 of 2) sorted by relevancy

  /src/games/fish/
fish.c 80 static void chkwinner(int, const int *);
280 chkwinner(player, hand);
315 chkwinner(player, hand);
318 chkwinner(OTHER(player), opphand);
325 chkwinner(int player, const int *hand) function in typeref:typename:void
fish.c 80 static void chkwinner(int, const int *);
280 chkwinner(player, hand);
315 chkwinner(player, hand);
318 chkwinner(OTHER(player), opphand);
325 chkwinner(int player, const int *hand) function in typeref:typename:void

Completed in 23 milliseconds