Lines Matching refs:CARD
49 static int fifteens(const CARD [], int);
50 static int pairuns(const CARD [], int);
107 * Score the given hand of n cards and the starter card.
111 scorehand(const CARD hand[], CARD starter, int n, BOOLEAN crb,
117 CARD h[(CINHAND + 1)];
184 fifteens(const CARD hand[], int n)
188 const CARD *endp;
219 * pairuns returns the number of points in the n card sorted hand
225 pairuns(const CARD h[], int n)
292 pegscore(CARD crd, const CARD tbl[], unsigned n, int sum)
341 * adjust takes a two card hand that will be put in the crib
346 adjust(const CARD cb[], CARD tnv __unused)