Home
last modified time | relevance | path

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

/openbsd/src/games/sail/
Ddr_2.c133 closeon(struct ship *from, struct ship *to, char command[], size_t commandl, in closeon() argument
141 try(command, commandl, temp, sizeof temp, ma, ta, af, ma, from->file->dir, in closeon()
221 try(char command[], size_t commandl, char temp[], size_t templ, int ma, int ta, in try() argument
236 (void) strlcpy(command, temp, commandl); in try()
238 try(command, commandl, temp, templ, ma-n, ta, af, vma-n, in try()
247 (void) strlcpy(command, temp, commandl); in try()
249 …try(command, commandl, temp, templ, ma-1, ta-1, af, min(ma-1, maxmove(f, (dir == 8 ? 1 : dir+1), 0… in try()
257 (void) strlcpy(command, temp, commandl); in try()
259 …try(command, commandl, temp, templ, ma-1, ta-1, af, (min(ma-1,maxmove(f, (dir-1 ? dir-1 : 8), 0)))… in try()