Symbol: impossible
games/hack/extern.h
211
void impossible(const char *, ...) __printflike(1, 2);
games/hack/hack.do_wear.c
337
impossible("Strange... I didnt know you had that ring.");
games/hack/hack.engrave.c
178
impossible("Something is written in a very strange way.");
games/hack/hack.engrave.c
394
impossible("Error in del_engr?");
games/hack/hack.mklev.c
425
impossible("DOORMAX exceeded?");
games/hack/hack.potion.c
248
impossible("What a funny potion! (%u)", otmp->otyp);
games/hack/hack.pri.c
131
impossible("atl(%d,%d,%c)", x, y, ch);
games/hack/hack.pri.c
243
impossible("At gets 0%o at %d %d.", ch, x, y);
games/hack/hack.pri.c
248
impossible("At gets null at %d %d.", x, y);
games/hack/hack.read.c
519
impossible("What weird language is this written in? (%u)",
games/hack/hack.save.c
264
impossible("Restobjchn: error reading objchn.");
games/hack/hack.save.c
306
impossible("Restmonchn: error reading monchn.");
games/hack/hack.shk.c
413
impossible("obfree: not on bill??");
games/hack/hack.shk.c
535
impossible("dopay: not to shopkeeper?");
games/hack/hack.shk.c
573
impossible("Shopkeeper administration out of order.");
games/hack/hack.shk.c
578
impossible("Paid object on bill??");
games/hack/hack.shk.c
687
impossible("splitbill: not on bill?");
games/hack/hack.shk.c
691
impossible("Negative quantity on bill??");
games/hack/hack.shk.c
694
impossible("Zero quantity on bill??");
games/hack/hack.shk.c
798
impossible("doinvbill: no shopkeeper?");
games/hack/hack.shk.c
809
impossible("Bad shopkeeper administration.");
games/hack/hack.steal.c
168
impossible("Steal fails!");
games/hack/hack.steal.c
209
impossible("Tried to steal a strange worn thing.");
games/hack/hack.steal.c
214
impossible("How come you are carrying that chain?");
games/hack/hack.trap.c
205
impossible("You hit a trap of type %u", trap->ttyp);
games/hack/hack.trap.c
296
impossible("Some monster encountered a strange trap.");
games/hack/hack.trap.c
450
impossible("Where are your chain and ball??");
games/hack/hack.vault.c
201
impossible("Not a single corridor on this level??");
games/hack/hack.vault.c
274
impossible("Where is the guard?");
games/hack/hack.worn.c
121
impossible("Setworn: mask = %ld.", wp->w_mask);
games/hack/hack.worn.c
126
impossible("Setworn: uarm2 set?");
games/hack/hack.zap.c
139
impossible("What an interesting wand (%u)", otmp->otyp);
games/hack/hack.zap.c
195
impossible("What an interesting wand (%u)", otmp->otyp);