Searched refs:commandmax (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/games/sail/ |
H A D | dr_2.c | 55 char *command, size_t commandmax, char *temp, size_t tempmax, 163 closeon(struct ship *from, struct ship *to, char *command, size_t commandmax, in closeon() argument 171 try(from, to, command, commandmax, temp, sizeof(temp), in closeon() 250 char *command, size_t commandmax, in try() argument 265 strlcpy(command, temp, commandmax); in try() 267 try(f, t, command, commandmax, temp, tempmax, in try() 279 strlcpy(command, temp, commandmax); in try() 281 try(f, t, command, commandmax, temp, tempmax, in try() 294 strlcpy(command, temp, commandmax); in try() 296 try(f, t, command, commandmax, temp, tempmax, in try()
|