Home
last modified time | relevance | path

Searched refs:canstop (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/games/mille/
H A Dcomp.c55 bool foundend, canstop, foundlow; in calcmove() local
69 canstop = FALSE; in calcmove()
81 canstop = TRUE; in calcmove()
87 canstop = TRUE; in calcmove()
126 cango, canstop, safe); in calcmove()
132 if (onecard(op) || (foundend && cango && !canstop)) { in calcmove()
298 if (canstop || (cango && !op->can_go)) in calcmove()