Searched refs:scorehand (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/games/cribbage/ |
| H A D | support.c | 126 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 D | cribbage.h | 113 int scorehand(CARD [], CARD, int, bool, bool);
|
| H A D | score.c | 99 scorehand(CARD hand[], CARD starter, int n, bool crb, bool do_explain) in scorehand() function
|