games/sail/extern.h
364
void fmtship(char *, size_t, const char *, struct ship *);
games/sail/pl_7.c
412
fmtship(format, sizeof(format), fmt, ship);
games/sail/pl_7.c
442
fmtship(buf, sizeof(buf), p, ship);
games/sail/sync.c
201
fmtship(format, sizeof(format), fmt, ship);