Home
last modified time | relevance | path

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

/dports/games/poker-eval/poker-eval-138.0/lib/
H A Ddeck_std.c56 for (suit=StdDeck_Suit_FIRST; suit <= StdDeck_Suit_LAST; suit++) in StdDeck_stringToCard()
59 if (suit > StdDeck_Suit_LAST) in StdDeck_stringToCard()
99 for (suit=StdDeck_Suit_FIRST; suit <= StdDeck_Suit_LAST; suit++)
102 if (suit > StdDeck_Suit_LAST)
H A Dpoker_wrapper.c51 unsigned int wrap_StdDeck_Suit_LAST(void) { return StdDeck_Suit_LAST; } in wrap_StdDeck_Suit_LAST()
/dports/games/poker-eval/poker-eval-138.0/include/
H A Ddeck_std.h64 #define StdDeck_Suit_LAST StdDeck_Suit_SPADES macro
235 extern POKEREVAL_EXPORT char StdDeck_suitChars[StdDeck_Suit_LAST+1];
H A Ddeck_joker.h60 #define JokerDeck_Suit_LAST StdDeck_Suit_LAST
/dports/games/poker-eval/poker-eval-138.0/tests/
H A Dpoker_wrapper.c96 assert(wrap_StdDeck_Suit_LAST() == StdDeck_Suit_LAST); in main()