Home | History | Annotate | Download | only in mille

Lines Matching refs:PLAY

60 static int playcard(PLAY *);
62 static int haspicked(const PLAY *);
67 PLAY *pp;
71 pp = &Player[Play];
79 if (Play == PLAYER)
102 if (Play == PLAYER)
125 if (Play == COMP) {
179 PLAY *pp, *op;
189 fprintf(outf, "CHECK_GO: can play %s (%d), ", C_name[card], card);
198 fprintf(outf, "CHECK_GO: cannot play %s\n",
207 playcard(PLAY *pp)
257 return error("can't play \"%s\"", C_name[card]);
266 return error("cannot play \"Go\" on a \"%s\"",
280 pp = &Player[other(Play)];
289 pp = &Player[Play];
293 pp = &Player[other(Play)];
300 pp = &Player[Play];
493 haspicked(const PLAY *pp)
519 if (Play == COMP)