OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RANKS
(Results
1 - 2
of
2
) sorted by relevancy
/src/games/cribbage/
deck.h
40
#define
RANKS
13 /* number
ranks
in deck */
/src/games/fish/
fish.c
60
#define
RANKS
13
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
; ++i
[
all
...]
Completed in 12 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025