Searched refs:S_CONV (Results 1 – 5 of 5) sorted by relevance
128 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()
114 #undef S_CONV122 #define S_CONV 15 /* conversion from C_ to S_ */ macro
255 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()
64 mvaddstr(i, temp, C_name[i + S_CONV]); in prboard()
69 pp->safety[card - S_CONV] = S_IN_HAND; in init()