Home
last modified time | relevance | path

Searched refs:CINHAND (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/games/cribbage/
Dsupport.c124 prhand(hand, CINHAND, Playwin, FALSE); in plyrhand()
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()
163 prhand(h, CINHAND, Compwin, FALSE); in comphand()
260 scorehand(h, d[k], CINHAND, TRUE, FALSE); in cdiscard()
Dcrib.c440 static CARD ch[CINHAND], ph[CINHAND]; in peg()
448 cnum = pnum = CINHAND; in peg()
449 for (i = 0; i < CINHAND; i++) { /* make copies of hands */ in peg()
620 sorthand(crib, CINHAND); in score()
Ddeck.h43 #define CINHAND 4 /* # cards in cribbage hand */ macro
Dextern.c54 CARD crib[CINHAND]; /* the crib */
Dscore.c104 CARD h[(CINHAND + 1)]; in scorehand()
122 if (flag && n >= CINHAND) { in scorehand()
Dcribbage.h43 extern CARD crib[ CINHAND ]; /* the crib */