Home | History | Annotate | Download | only in sail

Lines Matching defs:to

16  *    may be used to endorse or promote products derived from this software
20 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
24 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
213 Msg("Unable to fire %s broadside", r ? "right" : "left");
228 switch (sgetch("Attempt to grapple or ungrapple $$: ",
260 struct ship *to;
263 foreachship(to) {
264 if (fouled2(ms, to) == 0)
266 if (sgetch("Attempt to unfoul with the $$? ", to, 1) != 'y')
268 for (i = fouled2(ms, to); --i >= 0;) {
270 cleanfoul(ms, to, 0);
272 makesignal(ms, "Unfouling $$", to);