Symbol: PLAY
games/mille/comp.c
406
onecard(const PLAY *pp)
games/mille/comp.c
439
canplay(const PLAY *pp, const PLAY *op, CARD card)
games/mille/comp.c
54
PLAY *pp, *op;
games/mille/end.c
144
reg PLAY *pp;
games/mille/end.c
52
finalscore(PLAY *pp)
games/mille/end.c
96
extrapolate(PLAY *pp)
games/mille/extern.c
169
PLAY Player[2]; /* Player descriptions */
games/mille/init.c
114
PLAY *pp;
games/mille/init.c
173
PLAY *pp;
games/mille/init.c
50
PLAY *pp;
games/mille/mille.h
227
extern PLAY Player[2];
games/mille/mille.h
237
int canplay(const PLAY *, const PLAY *, CARD);
games/mille/mille.h
243
void extrapolate(PLAY *);
games/mille/mille.h
244
void finalscore(PLAY *);
games/mille/mille.h
252
int onecard(const PLAY *);
games/mille/misc.c
143
PLAY *pp, *op;
games/mille/move.c
179
PLAY *pp, *op;
games/mille/move.c
207
playcard(PLAY *pp)
games/mille/move.c
493
haspicked(const PLAY *pp)
games/mille/move.c
60
static int playcard(PLAY *);
games/mille/move.c
62
static int haspicked(const PLAY *);
games/mille/move.c
67
PLAY *pp;
games/mille/print.c
123
PLAY *pp;
games/mille/print.c
56
PLAY *pp;
games/monop/cards.c
359
ret_card(PLAY *plr)
games/monop/execute.c
584
PLAY *pp;
games/monop/monop.c
125
PLAY *play, /* player structure array ("calloc"ed) */
games/monop/monop.c
278
cur_p = play = calloc((size_t)num_play, sizeof (PLAY));
games/monop/monop.h
142
extern PLAY *play, *cur_p;
games/monop/monop.h
154
void ret_card(PLAY *);
games/monop/monop.h
204
int prop_worth(PLAY *);
games/monop/print.c
178
PLAY *pp;
games/monop/prop.c
211
prop_worth(PLAY *plp)
games/monop/rent.c
51
PLAY *plp;
games/monop/trade.c
108
PLAY *pp;
games/monop/trade.c
218
PLAY *pl_fr, *pl_to;
sys/dev/scsipi/cd.c
1652
cmd.opcode = PLAY;