Lines Matching defs:cards
69 static const char *const cards[] = {
73 #define PRC(card) (void)printf(" %s", cards[card])
164 (void)printf("%d cards in my hand, %d in the pool.\n",
183 for (p = cards; *p; ++p)
190 n = p - cards;
203 (void)printf("You don't have any %s's!\n", cards[n]);
225 (void)printf("I ask you for: %s.\n", cards[lmove]);
276 (void)printf("drew %s", cards[card]);
279 cards[card]);
307 opphand[move], cards[move], opphand[move] == 1 ? "": "'s");
314 (void)printf("made a book of %s's!\n", cards[move]);
333 (void)printf("don't have any more cards!\n");