Home
last modified time | relevance | path

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

/openbsd/games/bs/
H A Dbs.c66 static bool cpushipcanfit(int, int, int, int);
925 cpushipcanfit(int x, int y, int length, int direction) in cpushipcanfit() function
949 return ((cpushipcanfit(x,y,length,E)) || in cpushipcanfit()
950 (cpushipcanfit(x,y,length,S))); in cpushipcanfit()
971 (cpushipcanfit(x,y,cpulongest,-1))) in randomfire()
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()