Home | History | Annotate | Download | only in mille

Lines Matching refs:C_INIT

88 			if (pp->hand[Card_no] == C_INIT)
100 pp->hand[Card_no] = C_INIT;
130 if (pp->hand[1] == C_INIT && Topcard > Deck) {
156 if (pp->hand[i] == C_INIT) {
157 for (j = 0; pp->hand[j] == C_INIT; j++)
163 pp->hand[j] = C_INIT;
264 if (pp->battle != C_INIT && pp->battle != C_STOP
312 pp->speed = C_INIT;
324 else if (pp->hand[0] == C_INIT && Topcard > Deck)
335 pp->speed = C_INIT;
336 if (pp->battle == C_STOP || pp->battle == C_INIT) {
338 pp->battle = C_INIT;
346 case C_INIT:
353 pp->hand[Card_no] = C_INIT;
508 return (pp->hand[card] != C_INIT);
516 if (card == C_INIT)