Home
last modified time | relevance | path

Searched refs:C_INIT (Results 1 – 7 of 7) sorted by relevance

/dragonfly/games/mille/
H A Dmove.c68 if (pp->hand[Card_no] == C_INIT) { in domove()
80 pp->hand[Card_no] = C_INIT; in domove()
136 if (pp->hand[i] == C_INIT) { in domove()
143 pp->hand[j] = C_INIT; in domove()
293 pp->speed = C_INIT; in playcard()
316 pp->speed = C_INIT; in playcard()
319 pp->battle = C_INIT; in playcard()
327 case C_INIT: in playcard()
334 pp->hand[Card_no] = C_INIT; in playcard()
490 return (pp->hand[card] != C_INIT); in haspicked()
[all …]
H A Dinit.c51 pp->hand[0] = C_INIT; in init()
69 pp->speed = C_INIT; in init()
70 pp->battle = C_INIT; in init()
78 Discard = C_INIT; in init()
H A Dtypes.c43 card == C_REPAIRS || card == C_INIT; in isrepair()
H A Dcomp.c109 if (pp->hand[0] == C_INIT && Topcard > Deck) { in calcmove()
351 case C_INIT: in calcmove()
358 if (card != C_INIT) { in calcmove()
H A Dextern.c136 C_STOP, C_LIMIT, C_EMPTY, C_FLAT, C_CRASH, C_STOP, C_INIT
H A Dmille.h115 #define C_INIT -1 macro
/dragonfly/sys/dev/misc/musycc/
H A Dmusycc.c242 enum { C_IDLE, C_INIT, C_RUNNING, C_FAULT } state; enumerator
375 csc->state = C_INIT; in init_card()