HomeSort by: relevance | last modified time | path
    Searched refs:Card_no (Results 1 - 4 of 4) sorted by relevancy

  /src/games/mille/
move.c 88 if (pp->hand[Card_no] == C_INIT)
89 if (Card_no == 6)
94 if (is_safety(pp->hand[Card_no])) {
99 Discard = pp->hand[Card_no];
100 pp->hand[Card_no] = C_INIT;
113 Card_no = 0;
131 Card_no = 1;
215 switch (pp->hand[Card_no]) {
225 card = pp->hand[Card_no];
353 pp->hand[Card_no] = C_INIT
    [all...]
comp.c 106 Card_no = i;
141 Card_no = i;
388 Card_no = nummax;
397 Card_no = nummin;
399 mvprintw(MOVE_Y + 2, MOVE_X, "%16s", C_name[pp->hand[Card_no]]);
extern.c 80 int Card_no, /* Card number for current move */
mille.h 218 extern int Card_no, End, Handstart, Movetype, Numgos,

Completed in 1514 milliseconds