Searched refs:STRANGE_OBJECT (Results 1 - 25 of 38) sorted by relevance

12

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dmplayer.c98 if (typ == STRANGE_OBJECT) return;
131 short cloak = !rn2(8) ? STRANGE_OBJECT :
133 short helm = !rn2(8) ? STRANGE_OBJECT :
135 short shield = !rn2(8) ? STRANGE_OBJECT :
159 shield = STRANGE_OBJECT;
162 if (helm == HELM_OF_BRILLIANCE) helm = STRANGE_OBJECT;
168 if (helm == HELM_OF_BRILLIANCE) helm = STRANGE_OBJECT;
174 if (rn2(2)) shield = STRANGE_OBJECT;
181 weapon = STRANGE_OBJECT;
182 armor = STRANGE_OBJECT;
[all...]
H A Dwield.c693 int otyp = STRANGE_OBJECT;
712 if (otyp != STRANGE_OBJECT) makeknown(otyp);
720 if (otyp != STRANGE_OBJECT && otmp->bknown) makeknown(otyp);
747 if (otyp != STRANGE_OBJECT && uwep->known &&
H A Du_init.c251 { NON_PM, STRANGE_OBJECT, STRANGE_OBJECT }
903 static NEARDATA short nocreate = STRANGE_OBJECT;
904 static NEARDATA short nocreate2 = STRANGE_OBJECT;
905 static NEARDATA short nocreate3 = STRANGE_OBJECT;
906 static NEARDATA short nocreate4 = STRANGE_OBJECT;
H A Ddecl.c111 NEARDATA struct multishot m_shot = { 0, 0, STRANGE_OBJECT, FALSE };
H A Dpray.c676 class_gift = STRANGE_OBJECT;
708 if (class_gift != STRANGE_OBJECT) {
721 if (class_gift != STRANGE_OBJECT) {
744 if (class_gift != STRANGE_OBJECT) {
777 } else if (class_gift == STRANGE_OBJECT) {
H A Dshknam.c261 mtmp->mappearance = STRANGE_OBJECT;
H A Dmthrowu.c600 m_shot.o = STRANGE_OBJECT; /* don't give multishot feedback */
608 m_shot.o = STRANGE_OBJECT;
H A Dmcastu.c60 youmonst.mappearance == STRANGE_OBJECT) ||
H A Dzap.c272 mtmp->mappearance == STRANGE_OBJECT) {
1191 * Polymorph the object to the given object ID. If the ID is STRANGE_OBJECT
1208 boolean can_merge = (id == STRANGE_OBJECT);
1213 if (id == STRANGE_OBJECT) { /* preserve symbol */
1295 if (id == STRANGE_OBJECT && obj->otyp == CORPSE) {
1364 if (id == STRANGE_OBJECT)
1521 obj = poly_obj(obj, STRANGE_OBJECT);
H A Dpager.c238 if (glyph_to_obj(glyph) != STRANGE_OBJECT) {
H A Dpolyself.c1063 youmonst.mappearance = STRANGE_OBJECT;
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dmplayer.c98 if (typ == STRANGE_OBJECT) return;
131 short cloak = !rn2(8) ? STRANGE_OBJECT :
133 short helm = !rn2(8) ? STRANGE_OBJECT :
135 short shield = !rn2(8) ? STRANGE_OBJECT :
159 shield = STRANGE_OBJECT;
162 if (helm == HELM_OF_BRILLIANCE) helm = STRANGE_OBJECT;
168 if (helm == HELM_OF_BRILLIANCE) helm = STRANGE_OBJECT;
174 if (rn2(2)) shield = STRANGE_OBJECT;
181 weapon = STRANGE_OBJECT;
182 armor = STRANGE_OBJECT;
[all...]
H A Dwield.c693 int otyp = STRANGE_OBJECT;
712 if (otyp != STRANGE_OBJECT) makeknown(otyp);
720 if (otyp != STRANGE_OBJECT && otmp->bknown) makeknown(otyp);
747 if (otyp != STRANGE_OBJECT && uwep->known &&
H A Du_init.c251 { NON_PM, STRANGE_OBJECT, STRANGE_OBJECT }
903 static NEARDATA short nocreate = STRANGE_OBJECT;
904 static NEARDATA short nocreate2 = STRANGE_OBJECT;
905 static NEARDATA short nocreate3 = STRANGE_OBJECT;
906 static NEARDATA short nocreate4 = STRANGE_OBJECT;
H A Ddecl.c111 NEARDATA struct multishot m_shot = { 0, 0, STRANGE_OBJECT, FALSE };
H A Dpray.c676 class_gift = STRANGE_OBJECT;
708 if (class_gift != STRANGE_OBJECT) {
721 if (class_gift != STRANGE_OBJECT) {
744 if (class_gift != STRANGE_OBJECT) {
777 } else if (class_gift == STRANGE_OBJECT) {
H A Dshknam.c261 mtmp->mappearance = STRANGE_OBJECT;
H A Dmthrowu.c600 m_shot.o = STRANGE_OBJECT; /* don't give multishot feedback */
608 m_shot.o = STRANGE_OBJECT;
H A Dmcastu.c60 youmonst.mappearance == STRANGE_OBJECT) ||
H A Dzap.c272 mtmp->mappearance == STRANGE_OBJECT) {
1191 * Polymorph the object to the given object ID. If the ID is STRANGE_OBJECT
1208 boolean can_merge = (id == STRANGE_OBJECT);
1213 if (id == STRANGE_OBJECT) { /* preserve symbol */
1295 if (id == STRANGE_OBJECT && obj->otyp == CORPSE) {
1364 if (id == STRANGE_OBJECT)
1521 obj = poly_obj(obj, STRANGE_OBJECT);
H A Dpager.c238 if (glyph_to_obj(glyph) != STRANGE_OBJECT) {
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Donames.h7 #define STRANGE_OBJECT 0 macro
H A Dartilist.h40 A("", STRANGE_OBJECT,
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Donames.h7 #define STRANGE_OBJECT 0 macro
H A Dartilist.h40 A("", STRANGE_OBJECT,

Completed in 197 milliseconds

12