HomeSort by: relevance | last modified time | path
    Searched defs:comphand (Results 1 - 2 of 2) sorted by relevancy

  /src/games/cribbage/
support.c 164 * comphand:
168 comphand(const CARD h[], const char *s) function in typeref:typename:int
  /src/games/fish/
fish.c 76 static int asked[RANKS], comphand[RANKS], deck[TOTCARDS]; variable in typeref:typename:int[][]
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...]

Completed in 12 milliseconds