HomeSort by: relevance | last modified time | path
    Searched defs:canstop (Results 1 - 1 of 1) sorted by relevancy

  /src/games/mille/
comp.c 55 bool foundend, canstop, foundlow; local in function:calcmove
69 canstop = FALSE;
81 canstop = TRUE;
87 canstop = TRUE;
125 fprintf(outf, "CALCMOVE: cango = %d, canstop = %d, safe = %d\n",
126 cango, canstop, safe);
132 if (onecard(op) || (foundend && cango && !canstop)) {
298 if (canstop || (cango && !op->can_go))

Completed in 41 milliseconds