Lines Matching defs:to
16 * may be used to endorse or promote products derived from this software
66 Msg("Unable to move");
137 Msg("No hands to set full sails.");
145 Msg("No hands to set full sails.");
191 c = sgetch("How many more to board the $$? ",
195 c = sgetch("Crew sections to board the $$ (3 max) ?",
201 c = sgetch("How many sections to repel boarders? ",
208 parties(struct ship *to, int *crew, int isdefense, int buf)
217 ptr = isdefense ? to->file->DBP : to->file->OBP;
232 send_dbp(ms, j, turn, to->file->index, men);
234 send_obp(ms, j, turn, to->file->index, men);
245 makesignal(ms, "boarding the $$", to);