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

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dlight.c507 if (Is_candle(src)) {
556 } else if (Is_candle(obj)) {
H A Dobjnam.c675 obj->otyp == BRASS_LANTERN || Is_candle(obj)) {
676 if (Is_candle(obj) &&
2466 Is_candle(otmp) || typ == POT_OIL)) {
2477 (cnt <= 7 && Is_candle(otmp)) ||
H A Dtimeout.c766 } else if (Is_candle(obj) || obj->otyp == POT_OIL) {
H A Dshk.c1947 !(Is_candle(otmp) && otmp->age <
2656 || (Is_candle(obj) &&
2875 if (Is_candle(obj) &&
H A Dmkobj.c347 if (Is_candle(dummy)) dummy->lamplit = 0;
H A Dmonmove.c1354 typ != BAG_OF_TRICKS && !Is_candle(obj) &&
H A Dapply.c980 register boolean candle = Is_candle(otmp);
1081 if ((!Is_candle(obj) && obj->age == 0)
H A Dinvent.c2367 if (Is_candle(obj) && obj->age/25 != otmp->age/25)
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dlight.c507 if (Is_candle(src)) {
556 } else if (Is_candle(obj)) {
H A Dobjnam.c675 obj->otyp == BRASS_LANTERN || Is_candle(obj)) {
676 if (Is_candle(obj) &&
2466 Is_candle(otmp) || typ == POT_OIL)) {
2477 (cnt <= 7 && Is_candle(otmp)) ||
H A Dtimeout.c766 } else if (Is_candle(obj) || obj->otyp == POT_OIL) {
H A Dshk.c1947 !(Is_candle(otmp) && otmp->age <
2656 || (Is_candle(obj) &&
2875 if (Is_candle(obj) &&
H A Dmkobj.c347 if (Is_candle(dummy)) dummy->lamplit = 0;
H A Dmonmove.c1354 typ != BAG_OF_TRICKS && !Is_candle(obj) &&
H A Dapply.c980 register boolean candle = Is_candle(otmp);
1081 if ((!Is_candle(obj) && obj->age == 0)
H A Dinvent.c2367 if (Is_candle(obj) && obj->age/25 != otmp->age/25)
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dobj.h264 #define Is_candle(otmp) (otmp->otyp == TALLOW_CANDLE || \ macro
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dobj.h264 #define Is_candle(otmp) (otmp->otyp == TALLOW_CANDLE || \ macro

Completed in 315 milliseconds