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

/netbsd-6-1-5-RELEASE/games/cribbage/
H A Ddeck.h43 #define CINHAND 4 /* # cards in cribbage hand */ macro
H A Dextern.c62 CARD crib[CINHAND]; /* the crib */
H A Dsupport.c140 prhand(hand, CINHAND, Playwin, FALSE);
142 i = scorehand(hand, turnover, CINHAND, strcmp(s, "crib") == 0, explain);
172 j = scorehand(h, turnover, CINHAND, strcmp(s, "crib") == 0, FALSE);
173 prhand(h, CINHAND, Compwin, FALSE);
270 scorehand(h, d[k], CINHAND, TRUE, FALSE);
H A Dcribbage.h37 extern CARD crib[ CINHAND ]; /* the crib */
H A Dcrib.c468 static CARD ch[CINHAND], ph[CINHAND];
476 cnum = pnum = CINHAND;
477 for (i = 0; i < CINHAND; i++) { /* make copies of hands */
639 sorthand(crib, CINHAND);
H A Dscore.c117 CARD h[(CINHAND + 1)];
135 if (flag && n >= CINHAND) {

Completed in 103 milliseconds