Home
last modified time | relevance | path

Searched defs:player (Results 1 – 3 of 3) sorted by relevance

/minix3/games/snake/snscore/
H A Dsnscore.c58 struct player { struct
64 static struct player players[MAXPLAYERS], temp; argument
/minix3/games/fish/
H A Dfish.c262 drawcard(int player, int *hand) in drawcard()
281 gofish(int askedfor, int player, int *hand) in gofish()
296 goodmove(int player, int move, int *hand, int *opphand) in goodmove()
318 chkwinner(int player, const int *hand) in chkwinner()
346 printplayer(int player) in printplayer()
/minix3/games/monop/
H A Dmonop.c96 int player, /* current player number */ variable