Symbol: pline
games/hack/extern.h
424
void pline(const char *, ...) __printflike(1, 2);
games/hack/hack.apply.c
118
pline("You have no can to open.");
games/hack/hack.apply.c
121
pline("You cannot open a tin without eating its contents.");
games/hack/hack.apply.c
122
pline("In order to eat, use the 'e' command.");
games/hack/hack.apply.c
124
pline("Opening the tin will be much easier if you wield the can-opener.");
games/hack/hack.apply.c
128
pline("Sorry, I don't know how to use that.");
games/hack/hack.apply.c
147
pline("You take a picture of %s's stomach.", monnam(u.ustuck));
games/hack/hack.apply.c
151
pline("You take a picture of the %s.",
games/hack/hack.apply.c
158
pline("The flash awakens %s.", monnam(mtmp)); /* a3 */
games/hack/hack.apply.c
164
pline("%s is blinded by the flash!", Monnam(mtmp));
games/hack/hack.apply.c
193
pline("You must be kidding.");
games/hack/hack.apply.c
197
pline("You cannot refrigerate something you are wearing.");
games/hack/hack.apply.c
201
pline("It won't fit.");
games/hack/hack.apply.c
206
pline("Your weapon is welded to your hand!");
games/hack/hack.apply.c
254
pline("Your ice-box is empty.");
games/hack/hack.apply.c
256
pline("Do you want to take something out of the ice-box? [yn] ");
games/hack/hack.apply.c
260
pline("That was all. Do you wish to put something in? [yn] ");
games/hack/hack.apply.c
301
pline("You produce a high whistling sound.");
games/hack/hack.apply.c
318
pline("You produce a strange whistling sound.");
games/hack/hack.apply.c
348
pline("The floor here seems too hard to dig in.");
games/hack/hack.apply.c
361
pline("You have dug a pit.");
games/hack/hack.apply.c
386
pline("%s", digtxt); /* after mnewsym & prl */
games/hack/hack.apply.c
393
pline("This wall seems too hard to dig into.");
games/hack/hack.apply.c
397
pline("You hit the rock with all your might.");
games/hack/hack.apply.c
415
pline("The floor here seems too hard to dig in.");
games/hack/hack.apply.c
422
pline("You've made a hole in the floor.");
games/hack/hack.apply.c
426
pline("You fall through ...");
games/hack/hack.apply.c
448
pline("Since your weapon is welded to your hand,");
games/hack/hack.apply.c
449
pline("you cannot use that pick-axe.");
games/hack/hack.apply.c
452
pline("You now wield %s.", doname(obj));
games/hack/hack.apply.c
467
pline("In what direction do you want to dig? [%s] ", dirsyms);
games/hack/hack.apply.c
473
pline("You cannot reach the ceiling.");
games/hack/hack.apply.c
482
pline("Clash!");
games/hack/hack.apply.c
487
pline("Your %s against the door.",
games/hack/hack.apply.c
492
pline("You swing your %s through thin air.",
games/hack/hack.apply.c
502
pline("You start digging.");
games/hack/hack.apply.c
504
pline("You continue digging.");
games/hack/hack.apply.c
509
pline("You cannot reach the floor.");
games/hack/hack.apply.c
518
pline("You start digging in the floor.");
games/hack/hack.apply.c
522
pline("You continue digging in the floor.");
games/hack/hack.bones.c
172
pline("Cannot unlink %s .", bones);
games/hack/hack.c
158
pline("You collapse under your load.");
games/hack/hack.c
191
pline("You cannot escape from it!");
games/hack/hack.c
193
pline("You cannot escape from %s!",
games/hack/hack.c
214
pline("You are still in a pit.");
games/hack/hack.c
217
pline("You are caught in a beartrap.");
games/hack/hack.c
238
pline("You hear a monster behind the rock.");
games/hack/hack.c
239
pline("Perhaps that's why you cannot move it.");
games/hack/hack.c
245
pline("You push the rock into a pit!");
games/hack/hack.c
248
pline("It completely fills the pit!");
games/hack/hack.c
251
pline("You push the rock and suddenly it disappears!");
games/hack/hack.c
259
pline("You push the rock into the water.");
games/hack/hack.c
260
pline("Now you can cross the water!");
games/hack/hack.c
279
pline("With great effort you move the enormous rock.");
games/hack/hack.c
283
pline("You try to move the enormous rock, but in vain.");
games/hack/hack.c
288
pline("However, you can squeeze yourself into a small opening.");
games/hack/hack.c
297
pline("You are carrying too much to get through.");
games/hack/hack.c
313
pline("You cannot %sdrag the heavy iron ball.",
games/hack/hack.c
403
pline("There is nothing here to pick up.");
games/hack/hack.c
407
pline("You cannot reach the floor.");
games/hack/hack.c
424
pline("%ld gold piece%s.", gold->amount, plur(gold->amount));
games/hack/hack.c
445
pline("There are several objects here.");
games/hack/hack.c
460
pline("Pick up %s ? [ynaq]", doname(obj));
games/hack/hack.c
471
pline("Touching the dead cockatrice is a fatal mistake.");
games/hack/hack.c
472
pline("You turn to stone.");
games/hack/hack.c
487
pline("The scroll turns to dust as you pick it up.");
games/hack/hack.c
509
pline("You can only carry %s of the %s lying here.",
games/hack/hack.c
523
pline("There %s %s here, but %s.",
games/hack/hack.c
532
pline("Your knapsack cannot accommodate anymore items.");
games/hack/hack.c
536
pline("You have a little trouble lifting");
games/hack/hack.c
919
pline("Goodbye level %u.", u.ulevel--);
games/hack/hack.cmd.c
244
pline("Unknown command '%s'.", expcmd);
games/hack/hack.cmd.c
256
pline("# ");
games/hack/hack.cmd.c
266
pline("%s: unknown command.", buf);
games/hack/hack.cmd.c
308
pline("In what direction?");
games/hack/hack.cmd.c
312
pline("What a strange direction!");
games/hack/hack.cmd.c
340
pline("Not near a wall.");
games/hack/hack.cmd.c
354
pline("Not near a room.");
games/hack/hack.do.c
108
pline("You cannot drop something you are wearing.");
games/hack/hack.do.c
113
pline("Your weapon is welded to your hand!");
games/hack/hack.do.c
118
pline("You dropped %s.", doname(obj));
games/hack/hack.do.c
157
pline("You can't go down here.");
games/hack/hack.do.c
161
pline("You are being held, and cannot go down.");
games/hack/hack.do.c
165
pline("You're floating high above the stairs.");
games/hack/hack.do.c
176
pline("You can't go up here.");
games/hack/hack.do.c
180
pline("You are being held, and cannot go up.");
games/hack/hack.do.c
184
pline("Your load is too heavy to climb the stairs.");
games/hack/hack.do.c
214
pline("A mysterious force prevents you from going %s.",
games/hack/hack.do.c
242
pline("Cannot open %s .", lock);
games/hack/hack.do.c
243
pline("Probably someone removed it.");
games/hack/hack.do.c
260
pline("With great effort you climb the stairs.");
games/hack/hack.do.c
267
pline("You fall down the stairs."); /* %% */
games/hack/hack.do.c
271
pline("... and are hit by the iron ball.");
games/hack/hack.do.c
292
pline("The iron ball falls on your head.");
games/hack/hack.do.c
342
pline("You can't throw something you are wearing.");
games/hack/hack.do.c
349
pline("Your weapon is welded to your hand.");
games/hack/hack.do.c
365
pline("%s hits the ceiling, then falls back on top of your head.",
games/hack/hack.do.c
371
pline("Fortunately, you are wearing a helmet!");
games/hack/hack.do.c
376
pline("%s hits the floor.", Doname(obj));
games/hack/hack.do.c
378
pline("It is shattered in a thousand pieces!");
games/hack/hack.do.c
381
pline("\"Splash!\"");
games/hack/hack.do.c
384
pline("The flask breaks, and you smell a peculiar odor ...");
games/hack/hack.do.c
456
pline("You miss %s.", monnam(mon));
games/hack/hack.do.c
458
pline("You miss it.");
games/hack/hack.do.c
469
pline("%s is not interested in your junk.",
games/hack/hack.do.c
477
pline("%s graciously accepts your gift.",
games/hack/hack.do.c
502
pline("The ball pulls you out of the pit!");
games/hack/hack.do.c
506
pline("The ball pulls you out of the bear trap.");
games/hack/hack.do.c
507
pline("Your %s leg is severely damaged.",
games/hack/hack.do.c
572
pline("Your legs feel somewhat better.");
games/hack/hack.do.c
574
pline("Your leg feels somewhat better.");
games/hack/hack.do.c
96
pline("You didn't drop any gold pieces.");
games/hack/hack.do.c
99
pline("You dropped %ld gold piece%s.",
games/hack/hack.do_name.c
100
pline("Unknown direction: '%s' (%s).",
games/hack/hack.do_name.c
134
pline("This ugly monster is called %s and cannot be renamed.",
games/hack/hack.do_name.c
137
pline("There is no monster there.");
games/hack/hack.do_name.c
141
pline("I see no monster there.");
games/hack/hack.do_name.c
145
pline("I cannot see a monster there.");
games/hack/hack.do_name.c
148
pline("What do you want to call %s? ", lmonnam(mtmp));
games/hack/hack.do_name.c
179
pline("What do you want to name %s? ", doname(obj));
games/hack/hack.do_name.c
223
pline("Do you want to name an individual object? [ny] ");
games/hack/hack.do_name.c
252
pline("Call %s %s: ", strchr(vowels, *str) ? "an" : "a", str);
games/hack/hack.do_name.c
83
pline("(For instructions type a ?)");
games/hack/hack.do_name.c
97
pline("Use [hjkl] to move the cursor to %s.", goal);
games/hack/hack.do_name.c
98
pline("Type a . when you are at the right place.");
games/hack/hack.do_wear.c
101
pline("You seem not able to take off the gloves while holding your weapon.");
games/hack/hack.do_wear.c
112
pline("Not wearing any ring.");
games/hack/hack.do_wear.c
123
pline("What ring, Right or Left? [ rl?]");
games/hack/hack.do_wear.c
156
pline("You can't. It appears to be cursed.");
games/hack/hack.do_wear.c
199
pline("You are already wearing that!");
games/hack/hack.do_wear.c
204
pline("You are already wearing a helmet.");
games/hack/hack.do_wear.c
210
pline("You are already wearing a shield."), err++;
games/hack/hack.do_wear.c
212
pline("You cannot wear a shield and wield a two-handed sword."), err++;
games/hack/hack.do_wear.c
217
pline("You are already wearing gloves.");
games/hack/hack.do_wear.c
220
pline("You cannot wear gloves over your weapon.");
games/hack/hack.do_wear.c
227
pline("You are already wearing some armor.");
games/hack/hack.do_wear.c
236
pline("%s is welded to your hand.", Doname(uwep));
games/hack/hack.do_wear.c
260
pline("There are no more ring-fingers to fill.");
games/hack/hack.do_wear.c
267
pline("You are already wearing that!");
games/hack/hack.do_wear.c
271
pline("You are already wearing that.");
games/hack/hack.do_wear.c
275
pline("%s is welded to your hand.", Doname(uwep));
games/hack/hack.do_wear.c
286
pline("What ring-finger, Right or Left? ");
games/hack/hack.do_wear.c
343
pline("The flames of Hell burn you to a crisp.");
games/hack/hack.do_wear.c
400
pline("Your %s off your fingers.",
games/hack/hack.do_wear.c
416
pline("Your weapon %sslips from your hands.",
games/hack/hack.do_wear.c
443
pline("Your %s not affected!",
games/hack/hack.do_wear.c
447
pline("Your %s!", aobjnam(otmph, "corrode"));
games/hack/hack.do_wear.c
78
pline("You were wearing %s.", doname(otmp));
games/hack/hack.do_wear.c
86
pline("Not wearing any armor.");
games/hack/hack.do_wear.c
97
pline("You can't take that off.");
games/hack/hack.dog.c
218
pline("%s is confused from hunger.", Monnam(mtmp));
games/hack/hack.dog.c
220
pline("You feel worried about %s.", monnam(mtmp));
games/hack/hack.dog.c
223
pline("%s dies from hunger.", Monnam(mtmp));
games/hack/hack.dog.c
225
pline("You have a sad feeling for a moment, then it passes.");
games/hack/hack.dog.c
418
pline("%s ate %s.", Monnam(mtmp), doname(obj));
games/hack/hack.dog.c
511
pline("%s devours the %s.", Monnam(mtmp),
games/hack/hack.eat.c
131
pline("You give up your attempt to open the tin.");
games/hack/hack.eat.c
137
pline("You succeed in opening the tin.");
games/hack/hack.eat.c
141
pline("%s", tintxts[r].txt);
games/hack/hack.eat.c
145
pline("Eating salmon made your fingers very slippery.");
games/hack/hack.eat.c
148
pline("It contains spinach - this makes you feel like Popeye!");
games/hack/hack.eat.c
179
pline("There %s %s here; eat %s? [ny] ",
games/hack/hack.eat.c
214
pline("Using your %s you try to open the tin.",
games/hack/hack.eat.c
218
pline("It is not so easy to open this tin.");
games/hack/hack.eat.c
220
pline("The tin slips out of your hands.");
games/hack/hack.eat.c
245
pline("Blecch! Rotten food!");
games/hack/hack.eat.c
247
pline("You feel rather light headed.");
games/hack/hack.eat.c
250
pline("Everything suddenly goes dark.");
games/hack/hack.eat.c
255
pline("The world spins and you slap against the floor.");
games/hack/hack.eat.c
257
pline("The world spins and goes dark.");
games/hack/hack.eat.c
264
pline("You choke over your food.");
games/hack/hack.eat.c
265
pline("You die...");
games/hack/hack.eat.c
272
pline("That food really hit the spot!");
games/hack/hack.eat.c
274
pline("That satiated your stomach!");
games/hack/hack.eat.c
276
pline("You're having a hard time getting all that food down.");
games/hack/hack.eat.c
284
pline("Yak - dog food!");
games/hack/hack.eat.c
288
pline("You vomit.");
games/hack/hack.eat.c
292
pline("What a relief!");
games/hack/hack.eat.c
299
pline("That %s tasted terrible!", ftmp->oc_name);
games/hack/hack.eat.c
301
pline("That %s was delicious!", ftmp->oc_name);
games/hack/hack.eat.c
310
pline("Your vision improves.");
games/hack/hack.eat.c
315
pline("This cookie has a scrap of paper inside!");
games/hack/hack.eat.c
316
pline("What a pity, that you cannot read it!");
games/hack/hack.eat.c
411
pline("You faint from lack of food.");
games/hack/hack.eat.c
421
pline("You die from starvation.");
games/hack/hack.eat.c
432
pline((!incr) ? "You only feel hungry now." :
games/hack/hack.eat.c
437
pline((!incr) ? "You feel weak now." :
games/hack/hack.eat.c
445
pline("You die from hunger and exhaustion.");
games/hack/hack.eat.c
469
pline("Ulch -- that meat was tainted!");
games/hack/hack.eat.c
470
pline("You get very sick.");
games/hack/hack.eat.c
475
pline("Ecch -- that must have been poisonous!");
games/hack/hack.eat.c
480
pline("You don't seem affected by the poison.");
games/hack/hack.eat.c
483
pline("You feel sick.");
games/hack/hack.eat.c
500
pline("You cannibal! You will be sorry for this!");
games/hack/hack.eat.c
539
pline("You turn to stone.");
games/hack/hack.eat.c
545
pline("What a pity - you just destroyed a future piece of art!");
games/hack/hack.eat.c
551
pline("You cannot resist the temptation to mimic a treasure chest.");
games/hack/hack.end.c
136
pline("You die ...");
games/hack/hack.end.c
168
pline("For some reason you are still alive.");
games/hack/hack.end.c
99
pline("Really quit?");
games/hack/hack.engrave.c
169
pline("Something is written here in the dust.");
games/hack/hack.engrave.c
172
pline("Something is engraved here on the floor.");
games/hack/hack.engrave.c
175
pline("Some text has been burned here in the floor.");
games/hack/hack.engrave.c
180
pline("You read: \"%s\".", ep->engr_txt);
games/hack/hack.engrave.c
217
pline("You're joking. Hahaha!"); /* riv05!a3 */
games/hack/hack.engrave.c
235
pline("Since your weapon is welded to your hand,");
games/hack/hack.engrave.c
236
pline("you use the %s.", aobjnam(uwep, NULL));
games/hack/hack.engrave.c
240
pline("You are now empty-handed.");
games/hack/hack.engrave.c
242
pline("The %s %s to your hand!",
games/hack/hack.engrave.c
246
pline("You now wield %s.", doname(otmp));
games/hack/hack.engrave.c
258
pline("Your %s too dull for engraving.",
games/hack/hack.engrave.c
267
pline("You can't reach the floor!");
games/hack/hack.engrave.c
271
pline("You wipe out the message that was written here.");
games/hack/hack.engrave.c
276
pline("You cannot wipe out the message that is %s in the rock.",
games/hack/hack.engrave.c
280
pline("What do you want to %s on the floor here? ",
games/hack/hack.engrave.c
306
pline("Your %s dull.", aobjnam(otmp, "get"));
games/hack/hack.fight.c
108
pline("%s %s.", buf, monnam(mdef));
games/hack/hack.fight.c
114
pline("You hear some noises%s.",
games/hack/hack.fight.c
122
pline("%s is turned to stone!", Monnam(mdef));
games/hack/hack.fight.c
124
pline("You have a peculiarly sad feeling for a moment, then it passes.");
games/hack/hack.fight.c
136
pline("%s is killed!", Monnam(mdef));
games/hack/hack.fight.c
138
pline("You have a sad feeling for a moment, then it passes.");
games/hack/hack.fight.c
200
pline("It misses.");
games/hack/hack.fight.c
202
pline("You are almost hit by %s!", buf);
games/hack/hack.fight.c
206
pline("You are hit!");
games/hack/hack.fight.c
208
pline("You are hit by %s!", buf);
games/hack/hack.fight.c
226
pline("You hit the cockatrice with your bare hands.");
games/hack/hack.fight.c
227
pline("You turn to stone ...");
games/hack/hack.fight.c
246
pline("As you hit %s, the boomerang breaks into splinters.",
games/hack/hack.fight.c
265
pline("You succeed in destroying your camera. Congratulations!");
games/hack/hack.fight.c
272
pline("You hit %s with the cockatrice corpse.",
games/hack/hack.fight.c
279
pline("%s is turned to stone!", Monnam(mon));
games/hack/hack.fight.c
304
pline("Your arms are no longer able to hit.");
games/hack/hack.fight.c
327
pline("You hit it.");
games/hack/hack.fight.c
329
pline("You hit %s%s", monnam(mon), exclam(tmp));
games/hack/hack.fight.c
333
pline("Your hands stop glowing blue.");
games/hack/hack.fight.c
335
pline("%s appears confused.", Monnam(mon));
games/hack/hack.fight.c
367
pline("The door actually was a Mimic.");
games/hack/hack.fight.c
370
pline("The chest was a Mimic!");
games/hack/hack.fight.c
373
pline("Wait! That's a Mimic!");
games/hack/hack.fight.c
385
pline("Wait! There's a %s hiding under %s!",
games/hack/hack.fight.c
422
pline("You miss it.");
games/hack/hack.fight.c
424
pline("You miss %s.", monnam(mtmp));
games/hack/hack.fight.c
445
pline("You are splashed by the blob's acid!");
games/hack/hack.fight.c
457
pline("You are frozen by the floating eye's gaze!");
games/hack/hack.fight.c
460
pline("The blinded floating eye cannot defend itself.");
games/hack/hack.invent.c
1004
pline("You are not wearing any rings.");
games/hack/hack.invent.c
457
pline("You don't have anything %sto %s.",
games/hack/hack.invent.c
463
pline("What do you want to %s [*]? ", word);
games/hack/hack.invent.c
465
pline("What do you want to %s [%s or ?*]? ",
games/hack/hack.invent.c
479
pline("No count allowed with this command.");
games/hack/hack.invent.c
489
pline("You cannot %s gold.", word);
games/hack/hack.invent.c
519
pline("You don't have that object.");
games/hack/hack.invent.c
523
pline("You don't have that many! [You have %u]"
games/hack/hack.invent.c
530
pline("That is a silly thing to %s.", word);
games/hack/hack.invent.c
567
pline("You have nothing to %s.", word);
games/hack/hack.invent.c
593
pline("What kinds of thing do you want to %s? [%s] ",
games/hack/hack.invent.c
609
pline("You have no gold.");
games/hack/hack.invent.c
622
pline("You don't have any %c's.", sym);
games/hack/hack.invent.c
658
pline("%s", xprname(otmp, ilet));
games/hack/hack.invent.c
680
pline(cnt ? "That was all." : "No applicable objects.");
games/hack/hack.invent.c
704
pline("%s", xprname(obj, obj_to_let(obj)));
games/hack/hack.invent.c
738
pline("Not carrying anything.");
games/hack/hack.invent.c
771
pline("You aren't carrying anything.");
games/hack/hack.invent.c
794
pline("What type of object [%s] do you want an inventory of? ",
games/hack/hack.invent.c
809
pline("No used-up objects on the shopping bill.");
games/hack/hack.invent.c
813
pline("You are not carrying any unpaid objects.");
games/hack/hack.invent.c
831
pline("You have no such objects.");
games/hack/hack.invent.c
849
pline("You try to feel what is lying here on the floor.");
games/hack/hack.invent.c
851
pline("You cannot reach the floor!");
games/hack/hack.invent.c
859
pline("You %s no objects here.", verb);
games/hack/hack.invent.c
868
pline("Touching the dead cockatrice is a fatal mistake ...");
games/hack/hack.invent.c
869
pline("You die ...");
games/hack/hack.invent.c
882
pline("You %s here %s.", verb, gbuf);
games/hack/hack.invent.c
887
pline("You %s here %s.", verb, doname(otmp0));
games/hack/hack.invent.c
941
pline("You probably have about %ld gold pieces.",
games/hack/hack.invent.c
952
pline("You do not carry any gold.");
games/hack/hack.invent.c
954
pline("You are carrying %ld gold pieces.", u.ugold);
games/hack/hack.invent.c
956
pline("You sit down in order to count your gold pieces.");
games/hack/hack.invent.c
969
pline("You are empty handed.");
games/hack/hack.invent.c
979
pline("You are not wearing any armor.");
games/hack/hack.ioctl.c
105
pline("I don't think your shell has job control.");
games/hack/hack.ioctl.c
108
pline("Sorry, it seems we have no SIGTSTP here. Try ! or S.");
games/hack/hack.lev.c
225
pline("Strange, this map is not as I remember it.");
games/hack/hack.lev.c
226
pline("Somebody is trying some trickery here ...");
games/hack/hack.lev.c
227
pline("This game is void ...");
games/hack/hack.lev.c
317
pline("Read %zd instead of %zu bytes.\n", rlen, len);
games/hack/hack.main.c
316
pline("Restoring old save file...");
games/hack/hack.main.c
320
pline("Hello %s, welcome to %s!", plname, gamename);
games/hack/hack.main.c
353
pline("Hello %s, welcome to %s!", plname, gamename);
games/hack/hack.main.c
362
pline("You are lucky! Full moon tonight.");
games/hack/hack.main.c
365
pline("Be careful! New moon tonight.");
games/hack/hack.main.c
387
pline("You die...");
games/hack/hack.main.c
393
pline("You hear the wailing of the Banshee...");
games/hack/hack.main.c
395
pline("You hear the howling of the CwnAnnwn...");
games/hack/hack.main.c
422
pline("%s", nomovemsg);
games/hack/hack.main.c
424
pline("You can move again.");
games/hack/hack.main.c
534
pline("Program in disorder - perhaps you'd better Quit.");
games/hack/hack.main.c
583
pline("You stop %s.", occtxt);
games/hack/hack.mhitu.c
111
pline("The mysterious monster totally digests you.");
games/hack/hack.mhitu.c
162
pline("%s swings itself around you!",
games/hack/hack.mhitu.c
167
pline("%s drowns you ...", Monnam(mtmp));
games/hack/hack.mhitu.c
175
pline("The sting doesn't seem to affect you.");
games/hack/hack.mhitu.c
177
pline("You feel weaker!");
games/hack/hack.mhitu.c
187
pline("You hear %s's hissing!", monnam(mtmp));
games/hack/hack.mhitu.c
217
pline("You don't seem affected by it.");
games/hack/hack.mhitu.c
221
pline("You get blasted!");
games/hack/hack.mhitu.c
224
pline("You duck the blast...");
games/hack/hack.mhitu.c
263
pline("%s tries to seduce you, but you seem not interested.",
games/hack/hack.mhitu.c
274
pline("%s hits! (I hope you don't mind)",
games/hack/hack.mhitu.c
298
pline("You are being crushed.");
games/hack/hack.mhitu.c
314
pline("Your helmet rusts!");
games/hack/hack.mhitu.c
319
pline("Your armor rusts!");
games/hack/hack.mhitu.c
378
pline("%s pricks in your %s leg!",
games/hack/hack.mhitu.c
389
pline("You are blinded by a blast of light!");
games/hack/hack.mhitu.c
417
pline("%s was hidden under %s!",
games/hack/hack.mhitu.c
438
pline("It misses.");
games/hack/hack.mhitu.c
440
pline("%s misses.", Monnam(mtmp));
games/hack/hack.mhitu.c
444
pline("It hits!");
games/hack/hack.mhitu.c
446
pline("%s hits!", Monnam(mtmp));
games/hack/hack.mhitu.c
88
pline("Outside, you hear %s's hissing!",
games/hack/hack.mhitu.c
90
pline("%s gets turned to stone!",
games/hack/hack.mhitu.c
92
pline("And the same fate befalls you.");
games/hack/hack.mklev.c
353
pline("MAXRS may be too small.");
games/hack/hack.mklev.c
486
pline("Strange area [%d,%d] in maker().", x, y);
games/hack/hack.mkshop.c
130
pline("rooms not closed by -1?");
games/hack/hack.mkshop.c
173
pline("Where is shopdoor?");
games/hack/hack.mkshop.c
174
pline("Room at (%d,%d),(%d,%d).", sroom->lx, sroom->ly,
games/hack/hack.mkshop.c
176
pline("doormax=%d doorct=%d fdoor=%d",
games/hack/hack.mkshop.c
179
pline("door [%d,%d]", doors[sh].x, doors[sh].y);
games/hack/hack.mon.c
1008
pline("%s gets angry!", Monnam(mtmp));
games/hack/hack.mon.c
120
pline("%s drowns.", Monnam(mtmp));
games/hack/hack.mon.c
171
pline("%s %s!", rr, warnings[warnlevel]);
games/hack/hack.mon.c
202
pline("It totally digests you!");
games/hack/hack.mon.c
384
pline("%s's gaze has confused you!", Monnam(mtmp));
games/hack/hack.mon.c
386
pline("You are getting more and more confused.");
games/hack/hack.mon.c
679
pline("It was poisoned.");
games/hack/hack.mon.c
681
pline("The %s was poisoned!", string);
games/hack/hack.mon.c
683
pline("The poison doesn't seem to affect you.");
games/hack/hack.mon.c
689
pline("I am afraid the poison was deadly ...");
games/hack/hack.mon.c
800
pline("You destroy it!");
games/hack/hack.mon.c
802
pline("You destroy %s!",
games/hack/hack.mon.c
807
pline("Your hands stop glowing blue.");
games/hack/hack.mon.c
873
pline("Welcome to experience level %u.", ++u.ulevel);
games/hack/hack.mon.c
919
pline(str, "It");
games/hack/hack.mon.c
921
pline(str, "it");
games/hack/hack.mon.c
923
pline(str, arg);
games/hack/hack.o_init.c
246
pline("You haven't discovered anything yet...");
games/hack/hack.objnam.c
85
pline("WARNING: prefix too short.");
games/hack/hack.options.c
150
pline("The fixinvlet option must be in HACKOPTIONS.");
games/hack/hack.options.c
164
pline("The playername can be set only from HACKOPTIONS.");
games/hack/hack.options.c
211
pline("%s%s%s",
games/hack/hack.options.c
215
pline("%s%s%s",
games/hack/hack.options.c
219
pline("%s",
games/hack/hack.options.c
221
pline("%s%s%s",
games/hack/hack.options.c
227
pline("Bad option: %s.", opts);
games/hack/hack.options.c
228
pline("Type `O help<cr>' for help.");
games/hack/hack.options.c
245
pline("What options do you want to set? ");
games/hack/hack.options.c
274
pline("%s", buf);
games/hack/hack.pager.c
108
pline("Bad data file!");
games/hack/hack.pager.c
118
pline("%s", buf);
games/hack/hack.pager.c
120
pline("More info? ");
games/hack/hack.pager.c
129
pline("I've never heard of such things.");
games/hack/hack.pager.c
305
pline("%s", texthead->line_text);
games/hack/hack.pager.c
360
pline("Long or short help? ");
games/hack/hack.pager.c
380
pline("Cannot open %s.", fnam);
games/hack/hack.pager.c
412
pline("Cannot open %s.", fnam);
games/hack/hack.pager.c
434
pline("sh: cannot execute.");
games/hack/hack.pager.c
458
pline("Fork failed. Try again.");
games/hack/hack.pager.c
96
pline("Cannot open data file!");
games/hack/hack.pager.c
98
pline("Specify what? ");
games/hack/hack.potion.c
105
pline("You pass out.");
games/hack/hack.potion.c
115
pline("Gee! All of a sudden, you can't see yourself.");
games/hack/hack.potion.c
117
pline("You feel rather airy."), unkn++;
games/hack/hack.potion.c
123
pline("This tastes like fruit juice.");
games/hack/hack.potion.c
127
pline("You begin to feel better.");
games/hack/hack.potion.c
139
pline("You are motionlessly suspended.");
games/hack/hack.potion.c
141
pline("Your feet are frozen to the floor!");
games/hack/hack.potion.c
154
pline("You sense the presence of monsters.");
games/hack/hack.potion.c
167
pline("You sense the presence of objects close nearby.");
games/hack/hack.potion.c
174
pline("You sense the presence of objects.");
games/hack/hack.potion.c
180
pline("Yech! This stuff tastes like poison.");
games/hack/hack.potion.c
182
pline("(But in fact it was biologically contaminated orange juice.)");
games/hack/hack.potion.c
188
pline("Huh, What? Where am I?");
games/hack/hack.potion.c
194
pline("Wow do you feel strong!");
games/hack/hack.potion.c
212
pline("You are suddenly moving much faster.");
games/hack/hack.potion.c
214
pline("Your legs get new energy."), unkn++;
games/hack/hack.potion.c
219
pline("A cloud of darkness falls upon you.");
games/hack/hack.potion.c
229
pline("You feel much better.");
games/hack/hack.potion.c
253
pline("You have a peculiar feeling for a moment, then it passes.");
games/hack/hack.potion.c
272
pline("You feel more experienced.");
games/hack/hack.potion.c
278
pline("Welcome to experience level %u.", ++u.ulevel);
games/hack/hack.potion.c
287
pline("You have a strange feeling for a moment, then it passes.");
games/hack/hack.potion.c
289
pline("%s", txt);
games/hack/hack.potion.c
307
pline("The %s crashes on your head and breaks into shivers.",
games/hack/hack.potion.c
313
pline("The %s crashes on %s's head and breaks into shivers.",
games/hack/hack.potion.c
318
pline("The %s evaporates.", xname(obj));
games/hack/hack.potion.c
329
pline("%s looks sound and hale again!", Monnam(mon));
games/hack/hack.potion.c
391
pline("You feel somewhat dizzy.");
games/hack/hack.potion.c
395
pline("For an instant you couldn't see your right hand.");
games/hack/hack.potion.c
398
pline("Something seems to be holding you.");
games/hack/hack.potion.c
403
pline("Your knees seem more flexible now.");
games/hack/hack.potion.c
407
pline("It suddenly gets dark.");
games/hack/hack.potion.c
438
pline("Interesting...");
games/hack/hack.potion.c
456
pline("This bottle turns out to be empty.");
games/hack/hack.potion.c
460
pline("As you open the bottle, an enormous ghost emerges!");
games/hack/hack.potion.c
461
pline("You are frightened to death, and unable to move.");
games/hack/hack.potion.c
91
pline("Wow! This makes you feel great!");
games/hack/hack.potion.c
99
pline("Ooph! This tastes like liquid fire!");
games/hack/hack.pri.c
785
pline("Status of %s: ", monnam(mtmp));
games/hack/hack.pri.c
786
pline("Level %-2d Gold %-5lu Hp %3d(%d) Ac %-2d Dam %d",
games/hack/hack.read.c
111
pline("Your %s glows silver for a moment.",
games/hack/hack.read.c
117
pline("Your %s glows violently green for a while, then evaporates.",
games/hack/hack.read.c
122
pline("Your %s glows green for a moment.",
games/hack/hack.read.c
135
pline("Your %s glows purple for a moment.",
games/hack/hack.read.c
141
pline("Your armor turns to dust and falls to the floor!");
games/hack/hack.read.c
144
pline("Your helmet turns to dust and is blown away!");
games/hack/hack.read.c
147
pline("Your gloves vanish!");
games/hack/hack.read.c
157
pline("Your hands begin to glow purple.");
games/hack/hack.read.c
160
pline("Your hands begin to glow blue.");
games/hack/hack.read.c
180
pline("You hear sad wailing in the distance.");
games/hack/hack.read.c
182
pline("You hear maniacal laughter in the distance.");
games/hack/hack.read.c
188
pline("You see strange patterns on this scroll.");
games/hack/hack.read.c
190
pline("This scroll seems to be blank.");
games/hack/hack.read.c
196
pline("You feel like you need some help.");
games/hack/hack.read.c
198
pline("You feel like someone is helping you.");
games/hack/hack.read.c
228
pline("Your %s glows silver for a moment.",
games/hack/hack.read.c
236
pline("Your %s glows purple for a moment.",
games/hack/hack.read.c
259
pline("You have found a scroll of genocide!");
games/hack/hack.read.c
265
pline("What monster do you want to genocide (Type the letter)? ");
games/hack/hack.read.c
273
pline("Such monsters do not exist in this world.");
games/hack/hack.read.c
281
pline("Wiped out all %c's.", *buf);
games/hack/hack.read.c
329
pline("Your toes itch!");
games/hack/hack.read.c
336
pline("You feel very greedy!");
games/hack/hack.read.c
353
pline("You notice some gold between your feet.");
games/hack/hack.read.c
360
pline("You feel very greedy, and sense gold!");
games/hack/hack.read.c
385
pline("You smell %s close nearby.",
games/hack/hack.read.c
395
pline("Your nose tingles and you smell %s!",
games/hack/hack.read.c
405
pline("You identify this as an identify scroll.");
games/hack/hack.read.c
407
pline("This is an identify scroll.");
games/hack/hack.read.c
422
pline("On this scroll %s a map!",
games/hack/hack.read.c
464
pline("Thinking of Maud you forget everything else.");
games/hack/hack.read.c
474
pline("The scroll catches fire and you burn your hands.");
games/hack/hack.read.c
477
pline("The scroll erupts in a tower of flame!");
games/hack/hack.read.c
479
pline("You are uninjured.");
games/hack/hack.read.c
504
pline("You feel guilty.");
games/hack/hack.read.c
507
pline("You are being punished for your misbehaviour!");
games/hack/hack.read.c
509
pline("Your iron ball gets heavier.");
games/hack/hack.read.c
555
pline("It seems even darker in here than before.");
games/hack/hack.read.c
558
pline("It suddenly becomes dark in here.");
games/hack/hack.read.c
561
pline("%s's stomach is lit.", Monnam(u.ustuck));
games/hack/hack.read.c
565
pline("Nothing Happens.");
games/hack/hack.read.c
569
pline("The cave lights up around you, then fades.");
games/hack/hack.read.c
573
pline("The corridor lights up around you, then fades.");
games/hack/hack.read.c
576
pline("The light here seems better now.");
games/hack/hack.read.c
579
pline("The room is lit.");
games/hack/hack.read.c
87
pline("Being blind, you cannot read the formula on the scroll.");
games/hack/hack.read.c
91
pline("As you pronounce the formula on it, the scroll disappears.");
games/hack/hack.read.c
93
pline("As you read the scroll, it disappears.");
games/hack/hack.read.c
95
pline("Being confused, you mispronounce the magic words ... ");
games/hack/hack.rumors.c
117
pline("This cookie has a scrap of paper inside! It reads: ");
games/hack/hack.rumors.c
118
pline("%s", line);
games/hack/hack.save.c
108
pline("Cannot open save file. (Continue or Quit)");
games/hack/hack.save.c
138
pline("Error while saving: cannot read %s.", lock);
games/hack/hack.search.c
126
pline("What are you looking for? The exit?");
games/hack/hack.search.c
154
pline("You find a mimic.");
games/hack/hack.search.c
161
pline("You find a%s.", traps[trap->ttyp]);
games/hack/hack.search.c
190
pline("That is a%s.", traps[trap->ttyp]);
games/hack/hack.search.c
193
pline("I can't see a trap there.");
games/hack/hack.shk.c
1009
pline("Hello %s! Will you please pay before leaving?",
games/hack/hack.shk.c
1110
pline("\"Be careful, sir, or you might fall through the floor.\"");
games/hack/hack.shk.c
1112
pline("\"Please, do not damage the floor here.\"");
games/hack/hack.shk.c
1116
pline("%s grabs your backpack!", shkname(shopkeeper));
games/hack/hack.shk.c
270
pline("Somehow you escaped the shop without paying!");
games/hack/hack.shk.c
272
pline("You stole for a total worth of %ld zorkmids.",
games/hack/hack.shk.c
290
pline("Welcome to David's treasure zoo!");
games/hack/hack.shk.c
292
pline("It looks rather muddy down here.");
games/hack/hack.shk.c
295
pline("Go away! Go away!");
games/hack/hack.shk.c
297
pline("You get an uncanny feeling ...");
games/hack/hack.shk.c
328
pline("Hello %s! Welcome%s to %s's %s shop!",
games/hack/hack.shk.c
340
pline("Will you please leave your %s outside?",
games/hack/hack.shk.c
388
pline("onbill: paid obj on bill?");
games/hack/hack.shk.c
392
pline("onbill: unpaid obj not on bill?");
games/hack/hack.shk.c
459
pline("There is nobody here to receive your payment.");
games/hack/hack.shk.c
465
pline("You do not owe %s anything.", monnam(shkp));
games/hack/hack.shk.c
467
pline("You have no money.");
games/hack/hack.shk.c
472
pline("You give %s the %ld gold pieces he asked for.",
games/hack/hack.shk.c
476
pline("You give %s all your gold.", monnam(shkp));
games/hack/hack.shk.c
480
pline("Unfortunately, he doesn't look satisfied.");
games/hack/hack.shk.c
498
pline("You do not owe %s anything.", monnam(shkp));
games/hack/hack.shk.c
500
pline("Moreover, you have no money.");
games/hack/hack.shk.c
505
pline("But since his shop has been robbed recently,");
games/hack/hack.shk.c
506
pline("you %srepay %s's expenses.",
games/hack/hack.shk.c
514
pline("But in order to appease %s,",
games/hack/hack.shk.c
518
pline(" you give him 1000 gold pieces.");
games/hack/hack.shk.c
521
pline(" you give him all your money.");
games/hack/hack.shk.c
526
pline("%s calms down.", Monnam(shkp));
games/hack/hack.shk.c
529
pline("%s is as angry as ever.",
games/hack/hack.shk.c
553
pline("Thank you for shopping in %s's %s store!",
games/hack/hack.shk.c
586
pline("You don't have gold enough to pay %s.",
games/hack/hack.shk.c
592
pline("You bought %s for %ld gold piece%s.",
games/hack/hack.shk.c
604
pline("Error in shopkeeper administration.");
games/hack/hack.shk.c
620
pline("%s comes and takes all your possessions.",
games/hack/hack.shk.c
625
pline("%s comes and takes the %ld zorkmids you owed him.",
games/hack/hack.shk.c
667
pline("You got that for free!");
games/hack/hack.shk.c
741
pline("%s didn't notice.", Monnam(shopkeeper));
games/hack/hack.shk.c
752
pline("%s seems not interested.", Monnam(shopkeeper));
games/hack/hack.shk.c
764
pline("Thank you for your contribution to restock this recently plundered shop.");
games/hack/hack.shk.c
771
pline("%s gladly accepts %s but cannot pay you at present.",
games/hack/hack.shk.c
774
pline("You sold %s and got %ld gold piece%s.", doname(obj), ltmp,
games/hack/hack.shk.c
892
pline("Strange ..., carrying a chain?");
games/hack/hack.shk.c
926
pline("%s nimbly catches the %s.", Monnam(shkp), xname(obj));
games/hack/hack.shk.c
962
pline("Hello %s! I was looking for %s.",
games/hack/hack.shk.c
972
pline("Hello %s! Didn't you forget to pay?",
games/hack/hack.steal.c
103
pline("Your purse feels lighter.");
games/hack/hack.steal.c
126
pline("%s steals %s!", Monnam(mtmp), doname(otmp));
games/hack/hack.steal.c
151
pline("Somebody tries to rob you, but finds nothing to steal.");
games/hack/hack.steal.c
153
pline("%s tries to rob you, but she finds nothing to steal!",
games/hack/hack.steal.c
186
pline("%s seduces you and %s off your %s.",
games/hack/hack.steal.c
225
pline("%s stole %s.", named ? "She" : Monnam(mtmp), doname(otmp));
games/hack/hack.steal.c
249
pline("%s stole %s!", Monnam(mtmp), doname(otmp));
games/hack/hack.steal.c
95
pline("%s quickly snatches some gold from between your feet!",
games/hack/hack.timeout.c
102
pline("You can see again.");
games/hack/hack.timeout.c
107
pline("You are no longer invisible.");
games/hack/hack.timeout.c
131
pline("%s", stoned_texts[SIZE(stoned_texts) - i]);
games/hack/hack.timeout.c
91
pline("You die because of food poisoning.");
games/hack/hack.timeout.c
96
pline("You feel yourself slowing down.");
games/hack/hack.timeout.c
99
pline("You feel less confused now.");
games/hack/hack.trap.c
115
pline("You escape a%s.", traps[ttype]);
games/hack/hack.trap.c
120
pline("A cloud of gas puts you to sleep!");
games/hack/hack.trap.c
125
pline("You float over a bear trap.");
games/hack/hack.trap.c
130
pline("A bear trap closes on your foot!");
games/hack/hack.trap.c
135
pline("A piercer suddenly drops from the ceiling!");
games/hack/hack.trap.c
137
pline("Its blow glances off your helmet.");
games/hack/hack.trap.c
143
pline("An arrow shoots out at you!");
games/hack/hack.trap.c
151
pline("A trap door in the ceiling opens and a rock falls on your head!");
games/hack/hack.trap.c
153
pline("Fortunately, you are wearing a helmet!");
games/hack/hack.trap.c
164
pline("A trap door opens up under you!");
games/hack/hack.trap.c
166
pline("For some reason you don't fall in.");
games/hack/hack.trap.c
173
pline("A little dart shoots out at you!");
games/hack/hack.trap.c
194
pline("A pit opens up under you!");
games/hack/hack.trap.c
195
pline("You don't fall in!");
games/hack/hack.trap.c
198
pline("You fall into a pit!");
games/hack/hack.trap.c
235
pline("%s is caught in a bear trap!",
games/hack/hack.trap.c
238
pline("You hear the roaring of an angry bear!");
games/hack/hack.trap.c
247
pline("%s falls in a pit!", Monnam(mtmp));
games/hack/hack.trap.c
254
pline("%s suddenly falls asleep!",
games/hack/hack.trap.c
261
pline("%s suddenly disappears!",
games/hack/hack.trap.c
266
pline("%s is hit by an arrow!",
games/hack/hack.trap.c
273
pline("%s is hit by a dart!",
games/hack/hack.trap.c
283
pline("A trap door in the ceiling opens and a rock hits %s!", monnam(mtmp));
games/hack/hack.trap.c
289
pline("Suddenly, %s disappears out of sight.", monnam(mtmp));
games/hack/hack.trap.c
306
pline("%s touch the dead cockatrice.", arg);
games/hack/hack.trap.c
307
pline("You turn to stone.");
games/hack/hack.trap.c
319
pline("You float up, out of the pit!");
games/hack/hack.trap.c
321
pline("You float up, only your leg is still stuck.");
games/hack/hack.trap.c
324
pline("You start to float in the air!");
games/hack/hack.trap.c
331
pline("You float gently to the ground.");
games/hack/hack.trap.c
371
pline("To what position do you want to be teleported?");
games/hack/hack.trap.c
381
pline("Sorry ...");
games/hack/hack.trap.c
434
pline("You are not able to teleport at will.");
games/hack/hack.trap.c
438
pline("You miss the strength for a teleport spell.");
games/hack/hack.trap.c
484
pline("To what level do you want to teleport? [type a number] ");
games/hack/hack.trap.c
500
pline("You arrive at the center of the earth ...");
games/hack/hack.trap.c
501
pline("Unfortunately it is here that hell is located.");
games/hack/hack.trap.c
503
pline("But the fire doesn't seem to harm you.");
games/hack/hack.trap.c
505
pline("You burn to a crisp.");
games/hack/hack.trap.c
513
pline("You are now high above the clouds ...");
games/hack/hack.trap.c
515
pline("You float gently down to earth.");
games/hack/hack.trap.c
518
pline("Unfortunately, you don't know how to fly.");
games/hack/hack.trap.c
519
pline("You fall down a few thousand feet and break your neck.");
games/hack/hack.trap.c
531
pline("You fall into a pool!");
games/hack/hack.trap.c
532
pline("You can't swim!");
games/hack/hack.trap.c
542
pline("You attempt a teleport spell."); /* utcsri!carroll */
games/hack/hack.trap.c
547
pline("You drown ...");
games/hack/hack.unix.c
219
pline("Cannot get status of saved level? ");
games/hack/hack.unix.c
223
pline("Saved level is out of date. ");
games/hack/hack.unix.c
384
pline("Cannot get status of MAIL=%s .", mailbox);
games/hack/hack.unix.c
404
pline("Cannot get status of MAIL=%s anymore.", mailbox);
games/hack/hack.unix.c
427
pline("\"Hello, %s! I have some mail for you.\"", plname);
games/hack/hack.unix.c
430
pline("\"Catch!\"");
games/hack/hack.vault.c
234
pline("Suddenly one of the Vault's guards enters!");
games/hack/hack.vault.c
237
pline("\"Hello stranger, who are you?\" - ");
games/hack/hack.vault.c
242
pline("\"Oh, yes - of course. Sorry to have disturbed you.\"");
games/hack/hack.vault.c
248
pline("\"I don't know you.\"");
games/hack/hack.vault.c
250
pline("\"Please follow me.\"");
games/hack/hack.vault.c
252
pline("\"Most likely all that gold was stolen from this vault.\"");
games/hack/hack.vault.c
253
pline("\"Please drop your gold (say d$ ) and follow me.\"");
games/hack/hack.version.c
76
pline("%s 1.0.3 - last edit %s.", (
games/hack/hack.wield.c
101
pline("You cannot wield a two-handed sword and wear a shield.");
games/hack/hack.wield.c
103
pline("You cannot wield that!");
games/hack/hack.wield.c
108
pline("The %s %s to your hand!",
games/hack/hack.wield.c
123
pline("Your %s not affected.", aobjnam(uwep, "are"));
games/hack/hack.wield.c
125
pline("Your %s!", aobjnam(uwep, "corrode"));
games/hack/hack.wield.c
143
pline("Your weapon seems sharper now.");
games/hack/hack.wield.c
149
pline("Your weapon looks duller now.");
games/hack/hack.wield.c
154
pline("Your %s violently green for a while and then evaporate%s.",
games/hack/hack.wield.c
164
pline("Your %s %s for a %s.",
games/hack/hack.wield.c
88
pline("You are already wielding that!");
games/hack/hack.wield.c
90
pline("The %s welded to your hand!",
games/hack/hack.wield.c
94
pline("You are already empty handed.");
games/hack/hack.wield.c
98
pline("You are empty handed.");
games/hack/hack.wizard.c
101
pline(
games/hack/hack.wizard.c
187
pline("%s makes a gesture, then curses.",
games/hack/hack.wizard.c
190
pline("You hear mumbled cursing.");
games/hack/hack.wizard.c
200
pline("%s hypnotizes you.", Monnam(mtmp));
games/hack/hack.wizard.c
204
pline("%s chants an incantation.",
games/hack/hack.wizard.c
207
pline("You hear a mumbled incantation.");
games/hack/hack.wizard.c
221
pline("\"Destroy the thief, my pets!\"");
games/hack/hack.wizard.c
244
pline("You hear a clap of thunder!");
games/hack/hack.worm.c
253
pline("You cut the worm in half.");
games/hack/hack.worm.c
262
pline("You cut off part of the worm's tail.");
games/hack/hack.zap.c
210
pline("Nothing Happens.");
games/hack/hack.zap.c
214
pline("You wrest one more spell from the worn-out wand.");
games/hack/hack.zap.c
252
pline("Unfortunately, nothing happens.");
games/hack/hack.zap.c
255
pline("You may wish for an object. What do you want? ");
games/hack/hack.zap.c
278
pline("You pierce %s's stomach wall!",
games/hack/hack.zap.c
287
pline("You loosen a rock from the ceiling.");
games/hack/hack.zap.c
288
pline("It falls on your head!");
games/hack/hack.zap.c
364
pline("The %s hits it.", str);
games/hack/hack.zap.c
366
pline("The %s hits %s%s", str, monnam(mtmp), force);
games/hack/hack.zap.c
373
pline("The %s misses it.", str);
games/hack/hack.zap.c
375
pline("The %s misses %s.", str, monnam(mtmp));
games/hack/hack.zap.c
474
pline("Skillfully, you catch the boomerang.");
games/hack/hack.zap.c
511
pline("The %s rips into %s%s",
games/hack/hack.zap.c
527
pline("The %s bounces!", fltxt);
games/hack/hack.zap.c
556
pline("The water evaporates.");
games/hack/hack.zap.c
558
pline("You hear a hissing sound.");
games/hack/hack.zap.c
568
pline("%s is killed by the %s!",
games/hack/hack.zap.c
583
pline("The %s hits you!", fltxt);
games/hack/hack.zap.c
590
pline("You don't feel hot!");
games/hack/hack.zap.c
601
pline("You don't feel cold!");
games/hack/hack.zap.c
610
pline("The %s whizzes by you!", fltxt);
games/hack/hack.zap.c
616
pline("The %s bounces!", fltxt);
games/hack/hack.zap.c
751
pline("Your scrolls catch fire!");
games/hack/hack.zap.c
754
pline("Your scroll catches fire!");
libexec/getNAME/getNAME.c
403
char *pline = line, *loc;
libexec/getNAME/getNAME.c
406
while ((loc = memchr(pline, ' ', plen)) != NULL) {
libexec/getNAME/getNAME.c
407
plen -= loc - pline + 1;
libexec/getNAME/getNAME.c
408
pline = loc;
libexec/getNAME/getNAME.c
414
pline++;
libexec/getNAME/getNAME.c
425
char *pline = &line[4];
libexec/getNAME/getNAME.c
431
while ((loc = memchr(pline, '"', plen)) != NULL) {
libexec/getNAME/getNAME.c
432
plen -= loc - pline + 1;
libexec/getNAME/getNAME.c
433
pline = loc;
libexec/getNAME/getNAME.c
446
char *pline = &line[4];
libexec/getNAME/getNAME.c
453
if ((loc = memchr(pline, ' ', plen)) != NULL) {
sys/dev/cardbus/rbus_ppb.c
158
int *pline = (int *)context;
sys/dev/cardbus/rbus_ppb.c
159
int line = *pline;
usr.bin/crunch/crunchgen/crunchgen.c
328
parse_line(char *pline, int *fc, char **fv, int nf)
usr.bin/crunch/crunchgen/crunchgen.c
332
p = pline;
usr.bin/patch/patch.c
1025
LINENUM pline = 1 + fuzz;
usr.bin/patch/patch.c
1032
for (iline = base + offset + fuzz; pline <= pat_lines; pline++, iline++) {
usr.bin/patch/patch.c
1036
plineptr = pfetch(pline);
usr.bin/patch/patch.c
1037
plinelen = pch_line_len(pline);
usr.bin/tip/tipout.c
74
char *pline = line;
usr.bin/tip/tipout.c
78
while (c != '\n' && line + sizeof line - pline > 0) {
usr.bin/tip/tipout.c
79
*pline++ = c;
usr.bin/tip/tipout.c
82
*pline = '\0';
usr.bin/tip/tipout.c
85
if (pline == line) {