Searched refs:PLAY (Results 1 - 19 of 19) sorted by relevance

/openbsd-current/games/mille/
H A Dmille.h174 } PLAY; typedef in typeref:struct:__anon58
206 extern PLAY Player[2];
216 int canplay(const PLAY *, const PLAY *, CARD);
223 void finalscore(PLAY *);
227 int haspicked(const PLAY *);
232 int onecard(const PLAY *);
233 int playcard(PLAY *);
249 void extrapolate(PLAY *);
H A Dend.c44 finalscore(PLAY *pp)
88 extrapolate(PLAY *pp)
134 PLAY *pp;
H A Dprint.c45 PLAY *pp;
112 PLAY *pp;
H A Dinit.c45 PLAY *pp;
105 PLAY *pp;
164 PLAY *pp;
H A Dcomp.c46 PLAY *pp, *op;
377 mvaddstr(MOVE_Y + 1, MOVE_X, "PLAY\n");
397 onecard(const PLAY *pp)
429 canplay(const PLAY *pp, const PLAY *op, CARD card)
H A Dextern.c163 PLAY Player[2]; /* Player descriptions */
H A Dmove.c49 PLAY *pp;
154 PLAY *pp, *op;
182 playcard(PLAY *pp)
464 haspicked(const PLAY *pp)
H A Dmisc.c125 PLAY *pp, *op;
/openbsd-current/games/monop/
H A Dmonop.h128 typedef struct plr_st PLAY; typedef in typeref:struct:plr_st
136 void ret_card(PLAY *);
188 int prop_worth(PLAY *);
H A Drent.c45 PLAY *plp;
H A Dmonop.c93 if ((cur_p = play = calloc(num_play, sizeof (PLAY))) == NULL)
H A Dprint.c171 PLAY *pp;
H A Dtrade.c102 PLAY *pp;
208 PLAY *pl_fr, *pl_to;
H A Dprop.c194 prop_worth(PLAY *plp)
H A Dcards.c235 ret_card(PLAY *plr)
H A Dexecute.c329 if ((play = calloc(num_play, sizeof(PLAY))) == NULL)
/openbsd-current/sys/scsi/
H A Dcd.h193 #define PLAY 0x45 /* cdrom play 'play audio' mode */ macro
H A Dcd.c1353 cmd->opcode = PLAY;
/openbsd-current/usr.sbin/vmd/
H A Dvioscsi.c133 case PLAY: return "PLAY";

Completed in 114 milliseconds