Lines Matching defs:ship
58 (struct ship *)0, 1) == 'y') {
64 (struct ship *)0, 1) == 'y') {
91 struct ship *sp;
95 sgetstr("What ship? ", buf, sizeof buf);
107 saywhat(struct ship *sp, int flag)
122 eyeball(struct ship *ship)
126 if (ship->file->dir != 0) {
128 range(ms, ship), saywhat(ship, 0));
129 i = portside(ms, ship, 1) - mf->dir;
133 ship, countryname[ship->nationality],
134 classname[ship->specs->class], directionname[i]);