Searched refs:scorehand (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/games/cribbage/
H A Dcribbage.h86 int scorehand(const CARD [], CARD, int, BOOLEAN, BOOLEAN);
H A Dsupport.c142 i = scorehand(hand, turnover, CINHAND, strcmp(s, "crib") == 0, explain);
172 j = scorehand(h, turnover, CINHAND, strcmp(s, "crib") == 0, FALSE);
270 scorehand(h, d[k], CINHAND, TRUE, FALSE);
H A Dscore.c106 * scorehand:
111 scorehand(const CARD hand[], CARD starter, int n, BOOLEAN crb, function

Completed in 218 milliseconds