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

  /src/games/mille/
comp.c 58 int curmin, curmax; local in function:calcmove
176 curmax = -1;
366 if (*value >= curmax) {
368 curmax = *value;
comp.c 58 int curmin, curmax; local in function:calcmove
176 curmax = -1;
366 if (*value >= curmax) {
368 curmax = *value;

Completed in 21 milliseconds