OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxmove
(Results
1 - 6
of
6
) sorted by relevancy
/src/games/sail/
pl_5.c
71
ma =
maxmove
(ms, mf->dir, 0);
94
vma = min(ma,
maxmove
(ms, dir, 0));
game.c
61
maxmove
(struct ship *ship, int dir, int fs)
function
pl_7.c
611
maxmove
(ms, winddir + 3, -1) + '0',
612
maxmove
(ms, winddir + 3, 1) + '0');
615
maxmove
(ms, winddir + 2, -1) + '0',
616
maxmove
(ms, winddir + 2, 1) + '0');
619
maxmove
(ms, winddir + 1, -1) + '0',
620
maxmove
(ms, winddir + 1, 1) + '0');
622
maxmove
(ms, winddir, -1) + '0',
623
maxmove
(ms, winddir, 1) + '0');
dr_2.c
283
min(ma-1,
maxmove
(f, (dir == 8 ? 1 : dir+1), 0)),
298
(min(ma-1,
maxmove
(f, (dir-1 ? dir-1 : 8), 0))),
dr_3.c
74
ma =
maxmove
(sp, sp->file->dir, 0);
extern.h
296
int
maxmove
(struct ship *, int, int);
Completed in 17 milliseconds
Indexes created Fri Feb 20 16:20:20 UTC 2026