Searched refs:RANKS (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/games/fish/
H A Dfish.c60 #define RANKS 13 macro
63 #define TOTCARDS RANKS * CARDS
76 static int asked[RANKS], comphand[RANKS], deck[TOTCARDS];
77 static int userasked[RANKS], userhand[RANKS];
220 lmove = (lmove + 1) % RANKS;
234 for (i = 0; i < RANKS; ++i)
246 while (++i < RANKS)
253 for (i = 0; i < RANKS;
[all...]
/netbsd-current/games/cribbage/
H A Ddeck.h40 #define RANKS 13 /* number ranks in deck */ macro
H A Dscore.c294 BOOLEAN got[RANKS];
316 for (i = 0; i < RANKS; i++)
359 scr = crbnescr[RANKS * c0 + c1];
361 scr = crbescr[RANKS * c0 + c1];
H A Dcards.c62 for (i = 0; i < RANKS; i++)
H A Dio.c69 static const char *const rankname[RANKS] = {
74 static const char *const rankchar[RANKS] = {
247 for (i = 0; i < RANKS; i++) {
268 for (i = 0; i < RANKS; i++) {

Completed in 194 milliseconds