Searched refs:cpushortest (Results 1 – 1 of 1) sorted by relevance
204 static int cpushortest; variable393 cpushortest = cpulongest = cpuship->length; in initgame()408 if (ss->length < cpushortest) in initgame()409 cpushortest = ss->length; in initgame()1057 used[E/2] = used[W/2] = (!(cpushipcanfit(ts.x,ts.y,cpushortest,E))); in cputurn()1058 used[S/2] = used[N/2] = (!(cpushipcanfit(ts.x,ts.y,cpushortest,S))); in cputurn()1158 cpushortest = cpulongest; in cputurn()1164 cpushortest = (cpushortest < sp->length) ? cpushortest : sp->length; in cputurn()