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))
|