Home
last modified time | relevance | path

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

/openbsd-src/games/cribbage/
H A Dsupport.c126 i = scorehand(hand, turnover, CINHAND, strcmp(s, "crib") == 0, explain); in plyrhand()
162 j = scorehand(h, turnover, CINHAND, strcmp(s, "crib") == 0, FALSE); in comphand()
260 scorehand(h, d[k], CINHAND, TRUE, FALSE); in cdiscard()
H A Dcribbage.h113 int scorehand(CARD [], CARD, int, bool, bool);
H A Dscore.c99 scorehand(CARD hand[], CARD starter, int n, bool crb, bool do_explain) in scorehand() function