OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:comphand
(Results
1 - 4
of
4
) sorted by relevancy
/src/games/fish/
fish.c
76
static int asked[RANKS],
comphand
[RANKS], deck[TOTCARDS];
variable
126
if (!
comphand
[move]) {
130
goodmove(USER, move, userhand,
comphand
);
137
if (!gofish(move, COMPUTER,
comphand
))
140
goodmove(COMPUTER, move,
comphand
, userhand);
165
countcards(
comphand
), curcard);
167
(void)countbooks(
comphand
);
221
} while (!
comphand
[lmove] ||
comphand
[lmove] == CARDS);
236
comphand
[i] > 0 && comphand[i] < CARDS)
[
all
...]
/src/games/cribbage/
cribbage.h
67
int
comphand
(const CARD [], const char *);
crib.c
649
if (
comphand
(chand, "hand"))
652
if (
comphand
(crib, "crib"))
656
if (
comphand
(chand, "hand"))
support.c
164
*
comphand
:
168
comphand
(const CARD h[], const char *s)
function
Completed in 16 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026