HomeSort by: relevance | last modified time | path
    Searched refs:scorehand (Results 1 - 3 of 3) sorted by relevancy

  /src/games/cribbage/
cribbage.h 86 int scorehand(const CARD [], CARD, int, BOOLEAN, BOOLEAN);
support.c 142 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);
score.c 106 * scorehand:
111 scorehand(const CARD hand[], CARD starter, int n, BOOLEAN crb, function in typeref:typename:int

Completed in 14 milliseconds