Lines Matching refs:DECK
44 #include "deck.h"
50 static void set_up(DECK *);
204 * This routine sets up the offset pointers for the given deck.
207 set_up(DECK *dp)
234 * This routine draws a card from the given deck
237 get_card(DECK *dp)
355 * to the bottom of a deck. XXX currently does not return to the correct
356 * deck.
364 DECK *dp;
374 /* Put at bottom of deck (top_card - 1) and remove it from wherever else