PLAY
onecard(const PLAY *pp)
canplay(const PLAY *pp, const PLAY *op, CARD card)
PLAY *pp, *op;
reg PLAY *pp;
finalscore(PLAY *pp)
extrapolate(PLAY *pp)
PLAY Player[2]; /* Player descriptions */
PLAY *pp;
PLAY *pp;
PLAY *pp;
extern PLAY Player[2];
int canplay(const PLAY *, const PLAY *, CARD);
void extrapolate(PLAY *);
void finalscore(PLAY *);
int onecard(const PLAY *);
PLAY *pp, *op;
PLAY *pp, *op;
playcard(PLAY *pp)
haspicked(const PLAY *pp)
static int playcard(PLAY *);
static int haspicked(const PLAY *);
PLAY *pp;
PLAY *pp;
PLAY *pp;
ret_card(PLAY *plr)
PLAY *pp;
PLAY *play, /* player structure array ("calloc"ed) */
cur_p = play = calloc((size_t)num_play, sizeof (PLAY));
extern PLAY *play, *cur_p;
void ret_card(PLAY *);
int prop_worth(PLAY *);
PLAY *pp;
prop_worth(PLAY *plp)
PLAY *plp;
PLAY *pp;
PLAY *pl_fr, *pl_to;
cmd.opcode = PLAY;