OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lmove
(Results
1 - 2
of
2
) sorted by relevancy
/src/games/fish/
fish.c
214
static int
lmove
;
local in function:compmove
217
lmove
= promove();
220
lmove
= (
lmove
+ 1) % RANKS;
221
} while (!comphand[
lmove
] || comphand[
lmove
] == CARDS);
223
asked[
lmove
] = 1;
225
(void)printf("I ask you for: %s.\n", cards[
lmove
]);
226
return(
lmove
);
fish.c
214
static int
lmove
;
local in function:compmove
217
lmove
= promove();
220
lmove
= (
lmove
+ 1) % RANKS;
221
} while (!comphand[
lmove
] || comphand[
lmove
] == CARDS);
223
asked[
lmove
] = 1;
225
(void)printf("I ask you for: %s.\n", cards[
lmove
]);
226
return(
lmove
);
Completed in 50 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025