Symbol: impossible
games/hack/extern.h
211
void impossible(const char *, ...) __printflike(1, 2);
games/hack/hack.do_wear.c
332
impossible("Strange... I didn't know you had that ring.");
games/hack/hack.engrave.c
173
impossible("Something is written in a very strange way.");
games/hack/hack.engrave.c
389
impossible("Error in del_engr?");
games/hack/hack.mklev.c
420
impossible("DOORMAX exceeded?");
games/hack/hack.potion.c
243
impossible("What a funny potion! (%u)", otmp->otyp);
games/hack/hack.pri.c
126
impossible("atl(%d,%d,%c)", x, y, ch);
games/hack/hack.pri.c
238
impossible("At gets 0%o at %d %d.", ch, x, y);
games/hack/hack.pri.c
243
impossible("At gets null at %d %d.", x, y);
games/hack/hack.read.c
514
impossible("What weird language is this written in? (%u)",
games/hack/hack.save.c
259
impossible("Restobjchn: error reading objchn.");
games/hack/hack.save.c
301
impossible("Restmonchn: error reading monchn.");
games/hack/hack.shk.c
408
impossible("obfree: not on bill??");
games/hack/hack.shk.c
530
impossible("dopay: not to shopkeeper?");
games/hack/hack.shk.c
568
impossible("Shopkeeper administration out of order.");
games/hack/hack.shk.c
573
impossible("Paid object on bill??");
games/hack/hack.shk.c
682
impossible("splitbill: not on bill?");
games/hack/hack.shk.c
686
impossible("Negative quantity on bill??");
games/hack/hack.shk.c
689
impossible("Zero quantity on bill??");
games/hack/hack.shk.c
793
impossible("doinvbill: no shopkeeper?");
games/hack/hack.shk.c
804
impossible("Bad shopkeeper administration.");
games/hack/hack.steal.c
163
impossible("Steal fails!");
games/hack/hack.steal.c
204
impossible("Tried to steal a strange worn thing.");
games/hack/hack.steal.c
209
impossible("How come you are carrying that chain?");
games/hack/hack.trap.c
200
impossible("You hit a trap of type %u", trap->ttyp);
games/hack/hack.trap.c
291
impossible("Some monster encountered a strange trap.");
games/hack/hack.trap.c
445
impossible("Where are your chain and ball??");
games/hack/hack.vault.c
196
impossible("Not a single corridor on this level??");
games/hack/hack.vault.c
269
impossible("Where is the guard?");
games/hack/hack.worn.c
116
impossible("Setworn: mask = %ld.", wp->w_mask);
games/hack/hack.worn.c
121
impossible("Setworn: uarm2 set?");
games/hack/hack.zap.c
134
impossible("What an interesting wand (%u)", otmp->otyp);
games/hack/hack.zap.c
190
impossible("What an interesting wand (%u)", otmp->otyp);