Lines Matching refs:CARD
54 static int anysumto(const CARD[], int, int, int);
56 static int numofval(const CARD[], int, int);
60 * only called if no playable card will score points
63 cchose(const CARD h[], int n, int s)
134 plyrhand(const CARD hand[], const char *s)
168 comphand(const CARD h[], const char *s)
245 CARD d[CARDS], h[FULLHAND], cb[2];
292 * returns true if some card in hand can be played without exceeding 31
295 anymove(const CARD hand[], int n, int sum)
310 * anysumto returns the index (0 <= i < n) of the card in hand that brings
314 anysumto(const CARD hand[], int n, int s, int t)
329 numofval(const CARD h[], int n, int v)
345 makeknown(const CARD h[], int n)