Searched refs:is_safety (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/games/mille/
H A Dmove.c69 if (is_safety(pp->hand[Card_no])) {
102 if (is_safety(*Topcard))
161 if (is_safety(card) || canplay(pp, op, card)) {
165 fprintf(outf, "is_safety(card) = %d, ", is_safety(card));
H A Dcomp.c122 if (is_safety(pp->hand[i])) {
174 if (is_safety(card) || playit[i] == (cango != 0)) {
382 if (is_safety(pp->hand[nummin])) { /* NEVER discard a safety */
H A Dmille.h186 #define is_safety(x) (x >= C_GAS_SAFE) macro
H A Dinit.c63 if (is_safety(card))

Completed in 80 milliseconds