Searched refs:OBJ_FREE (Results 1 - 18 of 18) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dmkobj.c278 case OBJ_FREE:
338 dummy->where = OBJ_FREE;
380 otmp->where = OBJ_FREE;
1107 if (otmp->where != OBJ_FREE)
1290 * OBJ_FREE not on any list
1304 case OBJ_FREE:
1353 obj->where = OBJ_FREE;
1395 if (obj->where != OBJ_FREE)
1420 if (obj->where != OBJ_FREE)
1440 if (obj->where != OBJ_FREE)
[all...]
H A Drestore.c81 * OBJ_FREE so place_object will work correctly.
86 otmp->where = OBJ_FREE;
H A Dsave.c864 otmp->where = OBJ_FREE; /* set to free so dealloc will work */
H A Dteleport.c234 boolean ball_active = (Punished && uball->where != OBJ_FREE),
H A Dinvent.c306 if (obj->where != OBJ_FREE)
2821 m_gold.where = OBJ_FREE;
H A Ddo.c142 if (obj->where != OBJ_FREE)
H A Dshk.c2122 if (obj->where != OBJ_FREE)
2350 otmp->where = OBJ_FREE;
H A Deat.c1614 if (otmp->where == OBJ_FREE)
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dmkobj.c278 case OBJ_FREE:
338 dummy->where = OBJ_FREE;
380 otmp->where = OBJ_FREE;
1107 if (otmp->where != OBJ_FREE)
1290 * OBJ_FREE not on any list
1304 case OBJ_FREE:
1353 obj->where = OBJ_FREE;
1395 if (obj->where != OBJ_FREE)
1420 if (obj->where != OBJ_FREE)
1440 if (obj->where != OBJ_FREE)
[all...]
H A Drestore.c81 * OBJ_FREE so place_object will work correctly.
86 otmp->where = OBJ_FREE;
H A Dsave.c864 otmp->where = OBJ_FREE; /* set to free so dealloc will work */
H A Dteleport.c234 boolean ball_active = (Punished && uball->where != OBJ_FREE),
H A Dinvent.c306 if (obj->where != OBJ_FREE)
2821 m_gold.where = OBJ_FREE;
H A Ddo.c142 if (obj->where != OBJ_FREE)
H A Dshk.c2122 if (obj->where != OBJ_FREE)
2350 otmp->where = OBJ_FREE;
H A Deat.c1614 if (otmp->where == OBJ_FREE)
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dobj.h46 #define OBJ_FREE 0 /* object not attached to anything */ macro
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dobj.h46 #define OBJ_FREE 0 /* object not attached to anything */ macro

Completed in 150 milliseconds