Lines Matching refs:CARD
61 static int msgcrd(CARD, BOOLEAN, const char *, BOOLEAN);
62 static void printcard(WINDOW *, unsigned, CARD, BOOLEAN);
63 static int incard(CARD *);
89 msgcard(CARD c, BOOLEAN brief)
99 * Print the value of a card in ascii
102 msgcrd(CARD c, BOOLEAN brfrank, const char *mid, BOOLEAN brfsuit)
121 * Print out a card.
124 printcard(WINDOW *win, unsigned cardno, CARD c, BOOLEAN blank)
131 * Print out a card on the window at the specified location
134 prcard(WINDOW *win, int y, int x, CARD c, BOOLEAN blank)
157 prhand(const CARD h[], unsigned n, WINDOW *win, BOOLEAN blank)
169 * reads a card, supposedly in hand, accepting unambigous brief
170 * input, returns the index of the card found...
173 infrom(const CARD hand[], int n, const char *prompt)
176 CARD crd;
184 if (incard(&crd)) { /* if card is full card */
198 } else /* if not full card... */
222 * Inputs a card in any format. It reads a line ending with a CR
226 incard(CARD *crd)
244 /* IMPORTANT: no real card has 2 char first name */