Searched refs:STATUE (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 Dbones.c68 && otmp->otyp != STATUE)
253 otmp = mk_named_object(STATUE, &mons[u.umonnum],
H A Dmkobj.c604 case STATUE:
808 if (Is_container(obj) || obj->otyp == STATUE) {
812 if (obj->otyp == STATUE && obj->corpsenm >= LOW_PM)
908 int objtype; /* CORPSE or STATUE */
916 if (objtype != CORPSE && objtype != STATUE)
1036 int objtype; /* CORPSE or STATUE */
1043 initialize_it = (objtype != STATUE);
1054 int objtype; /* CORPSE or STATUE */
1062 x, y, (boolean)(objtype != STATUE));
H A Ddig.c140 return (ispick && sobj_at(STATUE, x, y) ? DIGTYP_STATUE :
308 if ((obj = sobj_at(STATUE, dpx, dpy)) != 0) {
928 else if (!ispick && (sobj_at(STATUE, rx, ry) ||
932 sobj_at(STATUE, rx, ry) ? "statue" : "boulder",
H A Dmkmaze.c421 otmp = mk_tt_object(STATUE, x, y);
431 otmp = mk_tt_object(STATUE, somex(croom), somey(croom));
433 otmp = mkcorpstat(STATUE, (struct monst *)0, (struct permonst *)0,
H A Dexplode.c437 && ((otmp->otyp == BOULDER) || (otmp->otyp == STATUE))
H A Dzap.c615 container->otyp == STATUE ||
1227 #define USES_CORPSENM(typ) ((typ)==CORPSE || (typ)==STATUE || (typ)==FIGURINE)
1528 if (Is_container(obj) || obj->otyp == STATUE) {
1546 else if (obj->otyp == STATUE)
1617 } else if (obj->otyp == STATUE) {
H A Dmon.c260 obj = mkcorpstat(STATUE, (struct monst *)0,
1628 (obj->otyp == STATUE && mons[obj->corpsenm].msize >= mdef->data->msize) ||
1642 otmp = mkcorpstat(STATUE, KEEPTRAITS(mdef) ? mdef : 0,
H A Dobjnam.c368 if (typ == STATUE)
2520 case HEAVY_IRON_BALL: case IRON_CHAIN: case STATUE:
2586 case STATUE: otmp->corpsenm = mntmp;
H A Dmakemon.c1715 appear = STATUE;
1727 appear = STATUE;
H A Dend.c927 if (Is_container(box) || box->otyp == STATUE) {
H A Dmkroom.c346 struct obj *sobj = mk_tt_object(STATUE, sx, sy);
H A Dmthrowu.c785 if (obj_type != STATUE ||
H A Dtrap.c263 statue = mkcorpstat(STATUE, (struct monst *)0,
529 struct obj *otmp = sobj_at(STATUE, x, y);
544 if (otmp->otyp == STATUE) break;
1353 if ((otyp == BOULDER || otyp == STATUE) &&
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dbones.c68 && otmp->otyp != STATUE)
253 otmp = mk_named_object(STATUE, &mons[u.umonnum],
H A Dmkobj.c604 case STATUE:
808 if (Is_container(obj) || obj->otyp == STATUE) {
812 if (obj->otyp == STATUE && obj->corpsenm >= LOW_PM)
908 int objtype; /* CORPSE or STATUE */
916 if (objtype != CORPSE && objtype != STATUE)
1036 int objtype; /* CORPSE or STATUE */
1043 initialize_it = (objtype != STATUE);
1054 int objtype; /* CORPSE or STATUE */
1062 x, y, (boolean)(objtype != STATUE));
H A Ddig.c140 return (ispick && sobj_at(STATUE, x, y) ? DIGTYP_STATUE :
308 if ((obj = sobj_at(STATUE, dpx, dpy)) != 0) {
928 else if (!ispick && (sobj_at(STATUE, rx, ry) ||
932 sobj_at(STATUE, rx, ry) ? "statue" : "boulder",
H A Dmkmaze.c421 otmp = mk_tt_object(STATUE, x, y);
431 otmp = mk_tt_object(STATUE, somex(croom), somey(croom));
433 otmp = mkcorpstat(STATUE, (struct monst *)0, (struct permonst *)0,
H A Dexplode.c437 && ((otmp->otyp == BOULDER) || (otmp->otyp == STATUE))
H A Dzap.c615 container->otyp == STATUE ||
1227 #define USES_CORPSENM(typ) ((typ)==CORPSE || (typ)==STATUE || (typ)==FIGURINE)
1528 if (Is_container(obj) || obj->otyp == STATUE) {
1546 else if (obj->otyp == STATUE)
1617 } else if (obj->otyp == STATUE) {
H A Dmon.c260 obj = mkcorpstat(STATUE, (struct monst *)0,
1628 (obj->otyp == STATUE && mons[obj->corpsenm].msize >= mdef->data->msize) ||
1642 otmp = mkcorpstat(STATUE, KEEPTRAITS(mdef) ? mdef : 0,
H A Dobjnam.c368 if (typ == STATUE)
2520 case HEAVY_IRON_BALL: case IRON_CHAIN: case STATUE:
2586 case STATUE: otmp->corpsenm = mntmp;
H A Dmakemon.c1715 appear = STATUE;
1727 appear = STATUE;
H A Dend.c927 if (Is_container(box) || box->otyp == STATUE) {
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Donames.h428 #define STATUE 428 macro
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Donames.h428 #define STATUE 428 macro

Completed in 179 milliseconds

12