Lines Matching +full:no +full:- +full:comp
22 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
84 return -1; in getcard()
90 c -= '0'; in getcard()
100 c = -1; in getcard()
107 return -1; in getcard()
146 pp = &Player[COMP]; in check_ext()
149 if (pp->safety[i] != S_UNKNOWN) in check_ext()
153 if (op->mileage == 0 || onecard(op) in check_ext()
154 || (op->can_go && op->mileage >= 500)) in check_ext()
157 if (op->safety[i] != S_PLAYED in check_ext()
158 && pp->safety[i] == S_UNKNOWN) in check_ext()
163 if ((safe = pp->hand[i]) <= C_200) in check_ext()
165 if (miles + (Topcard - Deck) * 3 > 1000) in check_ext()
174 * Get a yes or no answer to the given question. Saves are
175 * also allowed. Return TRUE if the answer was yes, FALSE if no.
225 if (Player[PLAYER].total >= 5000 || Player[COMP].total >= 5000) in check_more()
232 if (Player[PLAYER].total > Player[COMP].total) in check_more()
234 else if (Player[PLAYER].total < Player[COMP].total) in check_more()
235 Player[COMP].games++; in check_more()
236 Player[COMP].total = 0; in check_more()