Home
last modified time | relevance | path

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

/openbsd-src/games/mille/
H A Dcomp.c49 int curmin, curmax; in calcmove() local
167 curmax = -1; in calcmove()
357 if (*value >= curmax) { in calcmove()
359 curmax = *value; in calcmove()