Lines Matching refs:CARDS
1 /* $NetBSD: cards.c,v 1.9 2009/08/12 05:48:04 dholland Exp $ */
35 static char sccsid[] = "@(#)cards.c 8.1 (Berkeley) 5/31/93";
37 __RCSID("$NetBSD: cards.c,v 1.9 2009/08/12 05:48:04 dholland Exp $");
51 * Initialize a deck of cards to contain one of each type.
70 * Given a deck of cards, shuffle it -- i.e. randomize it
79 for (j = CARDS; j > 0; --j) {
88 * return true if the two cards are equal...
97 * is_one returns TRUE if a is in the set of cards b
111 * remove the card a from the deck d of n cards
127 * Sort a hand of n cards