Home
last modified time | relevance | path

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

/openbsd-src/games/phantasia/
H A Dphantstruct.h11 struct player /* player statistics */ struct
34 p_2scratch; /* variables used for decree, player battle */ argument
43 long p_age; /* age of player */ argument
45 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 …]
/openbsd-src/games/fish/
H A Dfish.c250 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()
/openbsd-src/games/sail/
H A Dpl_7.c62 int player; variable