Home
last modified time | relevance | path

Searched refs:S_CONV (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/games/mille/
Dmove.c128 pp->safety[*Topcard-S_CONV] = S_IN_HAND; in domove()
283 else if (pp->safety[safety(card) - S_CONV] == S_PLAYED) in playcard()
315 pp->coups[card - S_CONV] = TRUE; in playcard()
326 pp->safety[card - S_CONV] = S_PLAYED; in playcard()
Dmille.h114 #undef S_CONV
122 #define S_CONV 15 /* conversion from C_ to S_ */ macro
Dcomp.c255 safe = safety(card) - S_CONV; in calcmove()
309 safe = safety(card) - S_CONV; in calcmove()
460 if (op->can_go && op->safety[safety(card) - S_CONV] != S_PLAYED) in canplay()
Dprint.c64 mvaddstr(i, temp, C_name[i + S_CONV]); in prboard()
Dinit.c69 pp->safety[card - S_CONV] = S_IN_HAND; in init()