Home | History | Annotate | Download | only in sail

Lines Matching refs:ship

45 static void strike(struct ship *, struct ship *);
48 table(struct ship *from, struct ship *on,
249 Cleansnag(struct ship *from, struct ship *to, int all, int flag)
274 strike(struct ship *ship, struct ship *from)
278 if (ship->file->struck)
280 send_struck(ship, 1);
281 points = ship->specs->pts + from->file->points;
283 unboard(ship, ship, 0); /* all offense */
284 unboard(ship, ship, 1); /* all defense */
287 case 4: /* ship may sink */
288 send_sink(ship, 1);
291 case 6: /* ship may explode */
292 send_explode(ship, 1);
295 send_signal(ship, "striking her colours!");