Home
last modified time | relevance | path

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

/netbsd/src/games/mille/
Dcomp.c55 bool foundend, canstop, foundlow; in calcmove() local
70 foundend = FALSE; in calcmove()
93 foundend = TRUE; in calcmove()
128 if (foundend) in calcmove()
129 foundend = !check_ext(TRUE); in calcmove()
132 if (onecard(op) || (foundend && cango && !canstop)) { in calcmove()
137 onecard(op), foundend); in calcmove()
173 foundend = FALSE; in calcmove()
232 *value = (foundend ? card : V_VALUABLE); in calcmove()
233 foundend = TRUE; in calcmove()
[all …]