games/sail/extern.h
427
void fmtship(char *, size_t, const char *, struct ship *);
games/sail/pl_7.c
166
fmtship(format, sizeof(format), fmt, ship);
games/sail/pl_7.c
204
fmtship(buf, sizeof(buf), p, ship);
games/sail/sync.c
94
fmtship(format, sizeof(format), fmt, ship);