HomeSort by: relevance | last modified time | path
    Searched refs:is_repair (Results 1 - 4 of 4) sorted by relevancy

  /src/games/mille/
types.c 48 is_repair(CARD card) function in typeref:typename:int
comp.c 167 if (!pp->can_go && !is_repair(pp->battle))
382 if (!pp->can_go && !is_repair(pp->battle))
413 if (pp->can_go || ((is_repair(bat) || bat == C_STOP || spd == C_LIMIT) &&
475 (is_repair(pp->battle) || pp->battle == C_STOP))
move.c 265 && !is_repair(pp->battle))
307 if (!(card == C_RIGHT_WAY && !is_repair(pp->battle))) {
340 if (!pp->can_go && is_repair(pp->battle))
mille.h 248 int is_repair(CARD);

Completed in 14 milliseconds