Home | History | Annotate | Download | only in sail

Lines Matching refs:ship

45 meleeing(struct ship *from, struct ship *to)
57 boarding(struct ship *from, int isdefense)
69 unboard(struct ship *ship, struct ship *to, int isdefense)
71 struct BP *p = isdefense ? ship->file->DBP : ship->file->OBP;
76 (p->toship == to || isdefense || ship == to)) {
78 send_dbp(ship, n, 0, 0, 0);
80 send_obp(ship, n, 0, 0, 0);