Home
last modified time | relevance | path

Searched refs:comphand (Results 1 – 1 of 1) sorted by relevance

/minix3/games/fish/
H A Dfish.c77 static int asked[RANKS], comphand[RANKS], deck[TOTCARDS]; variable
129 if (!comphand[move]) { in main()
133 goodmove(USER, move, userhand, comphand); in main()
140 if (!gofish(move, COMPUTER, comphand)) in main()
143 goodmove(COMPUTER, move, comphand, userhand); in main()
168 countcards(comphand), curcard); in usermove()
170 (void)countbooks(comphand); in usermove()
214 } while (!comphand[lmove] || comphand[lmove] == CARDS); in compmove()
229 comphand[i] > 0 && comphand[i] < CARDS) { in promove()
235 if (comphand[i] && comphand[i] != CARDS) { in promove()
[all …]