Searched refs:bestship (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/games/sail/
H A Ddr_1.c406 struct ship *bestship = NULL; local
414 bestship = s;
417 if (bestship) {
427 (void) strncpy(bestship->file->captain, p,
428 sizeof bestship->file->captain);
429 bestship->file->captain
430 [sizeof bestship->file->captain - 1] = 0;
431 logger(bestship);

Completed in 197 milliseconds