Searched defs:player (Results 1 – 3 of 3) sorted by relevance
11 struct player /* player statistics */ struct34 p_2scratch; /* variables used for decree, player battle */ argument43 long p_age; /* age of player */ argument45 int p_degenerated; /* age/3000 last degenerated */47 short p_type; /* character type */48 short p_specialtype; /* special character type */49 short p_lives; /* multiple lives for council, valar */50 short p_crowns; /* crowns */51 short p_charms; /* charms */52 short p_amulets; /* amulets */[all …]
250 drawcard(int player, int *hand) in drawcard()269 gofish(int askedfor, int player, int *hand) in gofish()284 goodmove(int player, int move, int *hand, int *opphand) in goodmove()306 chkwinner(int player, const int *hand) in chkwinner()334 printplayer(int player) in printplayer()
62 int player; variable