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

  /src/games/cribbage/
deck.h 49 #define SPADES 0 /* value of each suit */
79 int suit; member in struct:__anon446692140108
  /src/games/canfield/canfield/
canfield.c 143 char suit; member in struct:cardtype
520 cards[i].suit = s;
605 bool inverse = (cp->suit == 'd' || cp->suit == 'h');
610 addch(cp->suit);
1266 * function to determine if two cards are the same suit
1271 if (cp->suit == found[let]->suit)

Completed in 52 milliseconds