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

/openbsd-current/games/mille/
H A Dmove.c103 pp->safety[*Topcard-S_CONV] = S_IN_HAND;
257 else if (pp->safety[safety(card) - S_CONV] == S_PLAYED)
282 pp->coups[card - S_CONV] = TRUE;
292 pp->safety[card - S_CONV] = S_PLAYED;
H A Dcomp.c245 safe = safety(card) - S_CONV;
299 safe = safety(card) - S_CONV;
450 if (op->can_go && op->safety[safety(card) - S_CONV] != S_PLAYED)
H A Dmille.h106 #define S_CONV 15 /* conversion from C_ to S_ */ macro
H A Dprint.c53 mvaddstr(i, temp, C_name[i + S_CONV]);
H A Dinit.c64 pp->safety[card - S_CONV] = S_IN_HAND;

Completed in 175 milliseconds