games/sail/extern.h
348
void Msg(const char *, ...) __printflike(1,2);
games/sail/pl_1.c
68
Msg("It looks like you've had it!");
games/sail/pl_1.c
73
Msg("Your ship was captured.");
games/sail/pl_1.c
76
Msg("Hurricane! All ships destroyed.");
games/sail/pl_1.c
79
Msg("The driver died.");
games/sail/pl_1.c
82
Msg("Synchronization error.");
games/sail/pl_1.c
85
Msg("A funny thing happened (%d).", conditions);
games/sail/pl_2.c
128
Msg("%s", version);
games/sail/pl_2.c
146
Msg("'Hands to stations!'");
games/sail/pl_2.c
159
Msg("Broadsides unloaded");
games/sail/pl_2.c
162
Msg("Type 'Q' to quit");
games/sail/pl_2.c
174
Msg("No more ships left.");
games/sail/pl_3.c
114
Msg("'Avast there! Hold your fire.'");
games/sail/pl_3.c
119
Msg("Belay that! Hold your fire.");
games/sail/pl_3.c
135
Msg("Raking the %s!", closest->shipname);
games/sail/pl_3.c
137
Msg("Stern Rake! %s splintering!",
games/sail/pl_3.c
201
Msg("Damage inflicted on the %s:", closest->shipname);
games/sail/pl_3.c
202
Msg("\t%d HULL, %d GUNS, %d CREW, %d RIGGING",
games/sail/pl_3.c
213
Msg("Unable to fire %s broadside", r ? "right" : "left");
games/sail/pl_3.c
235
Msg("Attempt succeeds!");
games/sail/pl_3.c
238
Msg("Attempt fails.");
games/sail/pl_3.c
246
Msg("Attempt succeeds!");
games/sail/pl_3.c
250
Msg("Attempt fails.");
games/sail/pl_3.c
271
Msg("Attempt succeeds!");
games/sail/pl_3.c
274
Msg("Attempt fails.");
games/sail/pl_4.c
127
Msg("Sail ho! (range %d, %s)",
games/sail/pl_4.c
70
Msg("Sails rent to pieces");
games/sail/pl_5.c
115
Msg("Can't move that fast.");
games/sail/pl_5.c
127
Msg("Input error.");
games/sail/pl_5.c
133
Msg("Movement error.");
games/sail/pl_5.c
137
Msg("No hands to set full sails.");
games/sail/pl_5.c
145
Msg("No hands to set full sails.");
games/sail/pl_5.c
153
Msg("Helm: %s.", movebuf);
games/sail/pl_5.c
230
Msg("Sending all crew sections.");
games/sail/pl_5.c
248
Msg("Sending no crew sections.");
games/sail/pl_5.c
66
Msg("Unable to move");
games/sail/pl_5.c
88
Msg("Ship can't turn that fast.");
games/sail/pl_6.c
124
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
59
Msg("No hands free to repair");
games/sail/pl_6.c
74
Msg("Avast heaving!");
games/sail/pl_main.c
134
Msg("Aye aye, Sir");