games/sail/dr_2.c
249
try(command, commandl, temp, templ, ma-1, ta-1, af, min(ma-1, maxmove(f, (dir == 8 ? 1 : dir+1), 0)), (dir == 8 ? 1 : dir+1),f,t,high,rakeme);
games/sail/dr_2.c
259
try(command, commandl, temp, templ, ma-1, ta-1, af, (min(ma-1,maxmove(f, (dir-1 ? dir-1 : 8), 0))), (dir-1 ? dir -1 : 8), f, t, high, rakeme);
games/sail/dr_3.c
63
ma = maxmove(sp, sp->file->dir, 0);
games/sail/extern.h
347
int maxmove(struct ship *, int, int);
games/sail/pl_5.c
61
ma = maxmove(ms, mf->dir, 0);
games/sail/pl_5.c
83
vma = min(ma, maxmove(ms, dir, 0));
games/sail/pl_7.c
324
maxmove(ms, winddir + 3, -1) + '0',
games/sail/pl_7.c
325
maxmove(ms, winddir + 3, 1) + '0');
games/sail/pl_7.c
328
maxmove(ms, winddir + 2, -1) + '0',
games/sail/pl_7.c
329
maxmove(ms, winddir + 2, 1) + '0');
games/sail/pl_7.c
332
maxmove(ms, winddir + 1, -1) + '0',
games/sail/pl_7.c
333
maxmove(ms, winddir + 1, 1) + '0');
games/sail/pl_7.c
335
maxmove(ms, winddir, -1) + '0',
games/sail/pl_7.c
336
maxmove(ms, winddir, 1) + '0');