Searched refs:impossible (Results 1 - 25 of 71) sorted by relevance

123

/netbsd-current/games/hack/
H A Dhack.worn.c121 impossible("Setworn: mask = %ld.", wp->w_mask);
126 impossible("Setworn: uarm2 set?");
H A Dhack.steal.c168 impossible("Steal fails!");
209 impossible("Tried to steal a strange worn thing.");
214 impossible("How come you are carrying that chain?");
H A Dhack.trap.c205 impossible("You hit a trap of type %u", trap->ttyp);
296 impossible("Some monster encountered a strange trap.");
450 impossible("Where are your chain and ball??");
H A Dhack.shk.c413 impossible("obfree: not on bill??");
535 impossible("dopay: not to shopkeeper?");
573 impossible("Shopkeeper administration out of order.");
578 impossible("Paid object on bill??");
687 impossible("splitbill: not on bill?");
691 impossible("Negative quantity on bill??");
694 impossible("Zero quantity on bill??");
798 impossible("doinvbill: no shopkeeper?");
809 impossible("Bad shopkeeper administration.");
878 if (ac <= -10) /* probably impossible */
[all...]
H A Dhack.save.c264 impossible("Restobjchn: error reading objchn.");
306 impossible("Restmonchn: error reading monchn.");
H A Dhack.engrave.c178 impossible("Something is written in a very strange way.");
394 impossible("Error in del_engr?");
H A Dhack.vault.c201 impossible("Not a single corridor on this level??");
274 impossible("Where is the guard?");
H A Dhack.pri.c131 impossible("atl(%d,%d,%c)", x, y, ch);
243 impossible("At gets 0%o at %d %d.", ch, x, y);
248 impossible("At gets null at %d %d.", x, y);
H A Dhack.do_wear.c337 impossible("Strange... I didnt know you had that ring.");
H A Dhack.zap.c139 impossible("What an interesting wand (%u)", otmp->otyp);
195 impossible("What an interesting wand (%u)", otmp->otyp);
H A Dhack.main.c527 impossible(const char *s, ...) function
H A Dhack.potion.c196 break; /* > 118 is impossible */
248 impossible("What a funny potion! (%u)", otmp->otyp);
H A Dextern.h211 void impossible(const char *, ...) __printflike(1, 2);
H A Dhack.read.c519 impossible("What weird language is this written in? (%u)",
/netbsd-current/external/gpl2/gmake/dist/
H A Ddir.c386 short impossible; /* This file is impossible. */
631 return !df->impossible;
712 df->impossible = 0;
805 /* Mark FILENAME as `impossible' for `file_impossible_p'.
886 new->impossible = 1;
891 /* Return nonzero if FILENAME has been marked impossible. */
966 return dirfile->impossible;
988 register unsigned int impossible;
994 files = impossible
384 short impossible; /* This file is impossible. */ member in struct:dirfile
979 register unsigned int impossible; local
[all...]
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/src/
H A Dmessage.h81 impossible enumerator in enum:is_format
H A Dread-catalog-abstract.c316 else if (n >= 11 && memcmp (p, "impossible-", 11) == 0)
320 value = impossible;
H A Dxgettext.c1514 else if (n >= 11 && memcmp (p, "impossible-", 11) == 0)
1518 value = impossible;
1941 is_format[i] = impossible;
2193 is_format[i] = impossible;
2299 mp->is_format[i] = impossible;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-ssa-isolate-paths.c140 bool impossible = true; local
146 impossible = false;
149 force_edge_cold (e, impossible);
H A Dpredict.c4277 force_edge_cold (edge e, bool impossible)
4286 if (!impossible && !e->count ().initialized_p ())
4289 profile_probability goal = (impossible ? profile_probability::never ()
4294 && (!impossible || e->count () == profile_count::zero ()))
4326 impossible ? "impossible" : "cold");
4344 if (impossible)
4346 /* If BB has some edges out that are not impossible, we cannot
4348 impossible = false;
4355 if (count_sum == profile_count::zero () && impossible)
4273 force_edge_cold(edge e, bool impossible) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgimple-ssa-isolate-paths.cc140 bool impossible = true; local
146 impossible = false;
149 force_edge_cold (e, impossible);
H A Dpredict.cc4352 force_edge_cold (edge e, bool impossible)
4361 if (!impossible && !e->count ().initialized_p ())
4364 profile_probability goal = (impossible ? profile_probability::never ()
4369 && (!impossible || e->count () == profile_count::zero ()))
4401 impossible ? "impossible" : "cold");
4419 if (impossible)
4421 /* If BB has some edges out that are not impossible, we cannot
4423 impossible = false;
4430 if (count_sum == profile_count::zero () && impossible)
4348 force_edge_cold(edge e, bool impossible) argument
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/
H A Dpackage.d186 impossible to for it to be the same from system to system since the precision
/netbsd-current/external/gpl3/autoconf/dist/lib/Autom4te/
H A DFileUtils.pm380 addition to F<CHANGELOG>, although it is impossible for these two
/netbsd-current/usr.bin/make/unit-tests/
H A Dvarmod-ifelse.mk242 # it's impossible to use balanced mode in the modifier ':?'.

Completed in 191 milliseconds

123