Symbol: Msg
games/sail/extern.h
402
void Msg(char *, ...)
games/sail/pl_1.c
65
Msg("It looks like you've had it!");
games/sail/pl_1.c
70
Msg("Your ship was captured.");
games/sail/pl_1.c
73
Msg("Hurricane! All ships destroyed.");
games/sail/pl_1.c
76
Msg("The driver died.");
games/sail/pl_1.c
79
Msg("Synchronization error.");
games/sail/pl_1.c
82
Msg("A funny thing happened (%d).", conditions);
games/sail/pl_2.c
108
Msg("No more ships left.");
games/sail/pl_2.c
59
Msg("%s", version);
games/sail/pl_2.c
77
Msg("'Hands to stations!'");
games/sail/pl_2.c
93
Msg("Broadsides unloaded");
games/sail/pl_2.c
96
Msg("Type 'Q' to quit");
games/sail/pl_3.c
107
Msg("'Avast there! Hold your fire.'");
games/sail/pl_3.c
112
Msg("Belay that! Hold your fire.");
games/sail/pl_3.c
128
Msg("Raking the %s!", closest->shipname);
games/sail/pl_3.c
130
Msg("Stern Rake! %s splintering!",
games/sail/pl_3.c
194
Msg("Damage inflicted on the %s:", closest->shipname);
games/sail/pl_3.c
195
Msg("\t%d HULL, %d GUNS, %d CREW, %d RIGGING",
games/sail/pl_3.c
206
Msg("Unable to fire %s broadside", r ? "right" : "left");
games/sail/pl_3.c
231
Msg("Attempt succeeds!");
games/sail/pl_3.c
234
Msg("Attempt fails.");
games/sail/pl_3.c
242
Msg("Attempt succeeds!");
games/sail/pl_3.c
246
Msg("Attempt fails.");
games/sail/pl_3.c
267
Msg("Attempt succeeds!");
games/sail/pl_3.c
270
Msg("Attempt fails.");
games/sail/pl_4.c
119
Msg("Sail ho! (range %d, %s)",
games/sail/pl_4.c
62
Msg("Sails rent to pieces");
games/sail/pl_5.c
104
Msg("Can't move that fast.");
games/sail/pl_5.c
116
Msg("Input error.");
games/sail/pl_5.c
122
Msg("Movement error.");
games/sail/pl_5.c
126
Msg("No hands to set full sails.");
games/sail/pl_5.c
134
Msg("No hands to set full sails.");
games/sail/pl_5.c
142
Msg("Helm: %s.", movebuf);
games/sail/pl_5.c
221
Msg("Sending all crew sections.");
games/sail/pl_5.c
247
Msg("Sending no crew sections.");
games/sail/pl_5.c
56
Msg("Unable to move");
games/sail/pl_5.c
77
Msg("Ship can't turn that fast.");
games/sail/pl_6.c
118
Msg("Repairs completed.");
games/sail/pl_6.c
151
Msg("Out of crew");
games/sail/pl_6.c
185
Msg("Broadside not loaded.");
games/sail/pl_6.c
51
Msg("No hands free to repair");
games/sail/pl_6.c
66
Msg("Avast heaving!");
games/sail/pl_main.c
47
Msg("Aye aye, Sir");