HomeSort by: relevance | last modified time | path
    Searched refs:Msg (Results 1 - 16 of 16) sorted by relevancy

  /src/games/sail/
pl_1.c 68 Msg("It looks like you've had it!");
73 Msg("Your ship was captured.");
76 Msg("Hurricane! All ships destroyed.");
79 Msg("The driver died.");
82 Msg("Synchronization error.");
85 Msg("A funny thing happened (%d).", conditions);
pl_2.c 128 Msg("%s", version);
146 Msg("'Hands to stations!'");
159 Msg("Broadsides unloaded");
162 Msg("Type 'Q' to quit");
174 Msg("No more ships left.");
pl_3.c 114 Msg("'Avast there! Hold your fire.'");
119 Msg("Belay that! Hold your fire.");
135 Msg("Raking the %s!", closest->shipname);
137 Msg("Stern Rake! %s splintering!",
201 Msg("Damage inflicted on the %s:", closest->shipname);
202 Msg("\t%d HULL, %d GUNS, %d CREW, %d RIGGING",
213 Msg("Unable to fire %s broadside", r ? "right" : "left");
235 Msg("Attempt succeeds!");
238 Msg("Attempt fails.");
246 Msg("Attempt succeeds!")
    [all...]
pl_6.c 59 Msg("No hands free to repair");
74 Msg("Avast heaving!");
124 Msg("Repairs completed.");
151 Msg("Out of crew");
185 Msg("Broadside not loaded.");
pl_5.c 66 Msg("Unable to move");
88 Msg("Ship can't turn that fast.");
115 Msg("Can't move that fast.");
127 Msg("Input error.");
133 Msg("Movement error.");
137 Msg("No hands to set full sails.");
145 Msg("No hands to set full sails.");
153 Msg("Helm: %s.", movebuf);
230 Msg("Sending all crew sections.");
248 Msg("Sending no crew sections.")
    [all...]
pl_4.c 70 Msg("Sails rent to pieces");
127 Msg("Sail ho! (range %d, %s)",
pl_main.c 134 Msg("Aye aye, Sir");
extern.h 348 void Msg(const char *, ...) __printflike(1,2);
pl_7.c 420 Msg(const char *fmt, ...)
  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_monitor.h 28 InternalScopedString &Msg);
ubsan_monitor.cc 20 InternalScopedString &Msg)
21 : IssueKind(IssueKind), Loc(Loc), Buffer(Msg.length() + 1) {
27 Buffer.append("%s", Msg.data());
ubsan_diag.cc 176 for (const char *Msg = Message; *Msg; ++Msg) {
177 if (*Msg != '%') {
178 Buffer->append("%c", *Msg);
181 const Diag::Arg &A = Args[*++Msg - '0'];
  /src/sys/external/bsd/compiler_rt/dist/lib/profile/
InstrProfilingValue.c 20 #define PROF_OOM(Msg) PROF_ERR(Msg ":%s\n", "Out of memory");
21 #define PROF_OOM_RETURN(Msg) \
23 PROF_OOM(Msg) \
  /src/sys/external/bsd/acpica/dist/include/
acnamesp.h 382 const char *Msg,
663 const char *Msg);
  /src/common/dist/zlib/contrib/ada/
test.adb 100 procedure Print_Statistic (Msg : String; Data_Size : ZLib.Count);
261 procedure Print_Statistic (Msg : String; Data_Size : ZLib.Count) is
269 Put (Msg);
  /src/sys/external/bsd/acpica/dist/namespace/
nsdump.c 259 * Msg - Prefix message
273 const char *Msg,
290 AcpiNsPrintNodePathname (Handle, Msg);

Completed in 52 milliseconds