OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:userhand
(Results
1 - 2
of
2
) sorted by relevancy
/src/games/fish/
fish.c
77
static int userasked[RANKS],
userhand
[RANKS];
variable
127
if (gofish(move, USER,
userhand
))
130
goodmove(USER, move,
userhand
, comphand);
136
if (!
userhand
[move]) {
140
goodmove(COMPUTER, move, comphand,
userhand
);
154
printhand(
userhand
);
191
if (1 <=
userhand
[n] &&
userhand
[n] <= 3) {
195
if (
userhand
[n] == 4) {
254
if (
userhand
[i] && comphand[i]
[
all
...]
fish.c
77
static int userasked[RANKS],
userhand
[RANKS];
variable
127
if (gofish(move, USER,
userhand
))
130
goodmove(USER, move,
userhand
, comphand);
136
if (!
userhand
[move]) {
140
goodmove(COMPUTER, move, comphand,
userhand
);
154
printhand(
userhand
);
191
if (1 <=
userhand
[n] &&
userhand
[n] <= 3) {
195
if (
userhand
[n] == 4) {
254
if (
userhand
[i] && comphand[i]
[
all
...]
Completed in 44 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026