Home | History | Annotate | Download | only in fish

Lines Matching defs:userhand

77 static int userasked[RANKS], userhand[RANKS];
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])
337 ub = countbooks(userhand);
427 ++userhand[deck[--curcard]];