Searched defs:deck (Results 1 - 4 of 4) sorted by relevance
| /src/games/cribbage/ | ||
| H A D | extern.c | 64 CARD deck[CARDS]; /* a deck */ variable in typeref:typename:CARD[] |
| /src/games/monop/ | ||
| H A D | monop.c | 123 DECK deck[2]; /* Chance and Community Chest */ variable in typeref:typename:DECK[2] |
| /src/games/fish/ | ||
| H A D | fish.c | 76 static int asked[RANKS], comphand[RANKS], deck[TOTCARDS]; variable in typeref:typename:int[][][] |
| /src/games/canfield/canfield/ | ||
| H A D | canfield.c | 153 static struct cardtype *deck[decksize]; variable in typeref:struct:cardtype * [] [all...] |
Completed in 4 milliseconds