Home | History | Annotate | Download | only in monop

Lines Matching refs:top_card

219 	dp->top_card = 0;
246 thiscard = &dp->info[dp->top_card];
248 dp->top_card = (dp->top_card + 1) % dp->num_cards;
374 /* Put at bottom of deck (top_card - 1) and remove it from wherever else
377 last_card = dp->top_card - 1;
380 gojfpos = dp->top_card;
392 dp->cards[dp->top_card] = temp;
393 dp->top_card++;
394 dp->top_card %= dp->num_cards;