HomeSort by: relevance | last modified time | path
    Searched refs:NUM_CARDS (Results 1 - 4 of 4) sorted by relevancy

  /src/games/mille/
extern.c 56 static const char *const _cn[NUM_CARDS] = {/* Card name buffer */
87 Numseen[NUM_CARDS]; /* Number of cards seen in current hand */
91 Numcards[NUM_CARDS] = { /* Number of cards in deck */
113 int Numneed[NUM_CARDS] = { /* number of cards needed per hand */
139 const CARD Opposite[NUM_CARDS] = { /* Opposites of each card */
table.c 63 for (i = 0; i < NUM_CARDS - 1; i++) {
mille.h 61 #define NUM_CARDS 20 /* number of types of cards */
219 Numneed[], Numseen[NUM_CARDS], Play, Window;
223 extern const CARD Opposite[NUM_CARDS];
comp.c 60 int valbuf[HAND_SZ], count[NUM_CARDS];
73 for (i = 0; i < NUM_CARDS; i++)

Completed in 12 milliseconds