Searched refs:CINHAND (Results 1 – 6 of 6) sorted by relevance
| /openbsd/src/games/cribbage/ |
| D | support.c | 124 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()
|
| D | crib.c | 440 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()
|
| D | deck.h | 43 #define CINHAND 4 /* # cards in cribbage hand */ macro
|
| D | extern.c | 54 CARD crib[CINHAND]; /* the crib */
|
| D | score.c | 104 CARD h[(CINHAND + 1)]; in scorehand() 122 if (flag && n >= CINHAND) { in scorehand()
|
| D | cribbage.h | 43 extern CARD crib[ CINHAND ]; /* the crib */
|