Home
last modified time | relevance | path

Searched refs:befriend_with_obj (Results 1 – 18 of 18) sorted by relevance

/dports/games/unnethack/unnethack-5.1.0-20131208/include/
H A Dmondata.h275 #define befriend_with_obj(ptr, obj) ((obj)->oclass == FOOD_CLASS && \ macro
278 #define befriend_with_obj(ptr, obj) ((obj)->oclass == FOOD_CLASS && \ macro
/dports/games/nethack34/nethack-3.4.3/include/
H A Dmondata.h190 #define befriend_with_obj(ptr, obj) ((obj)->oclass == FOOD_CLASS && \ macro
/dports/games/nethack34-nox11/nethack-3.4.3/include/
H A Dmondata.h190 #define befriend_with_obj(ptr, obj) ((obj)->oclass == FOOD_CLASS && \ macro
/dports/games/vultures-eye/vulture-2.3.67/nethack/include/
H A Dmondata.h190 #define befriend_with_obj(ptr, obj) ((obj)->oclass == FOOD_CLASS && \ macro
/dports/games/vultures-eye/vulture-2.3.67/unnethack/include/
H A Dmondata.h212 #define befriend_with_obj(ptr, obj) ((obj)->oclass == FOOD_CLASS && \ macro
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/include/
H A Dmondata.h231 #define befriend_with_obj(ptr, obj) \ macro
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/include/
H A Dmondata.h231 #define befriend_with_obj(ptr, obj) \ macro
/dports/games/vultures-eye/vulture-2.3.67/slashem/include/
H A Dmondata.h238 #define befriend_with_obj(ptr, obj) ((obj)->oclass == FOOD_CLASS && ( \ macro
/dports/games/xnethack/xNetHack-xnh6.1/include/
H A Dmondata.h270 #define befriend_with_obj(ptr, obj) \ macro
/dports/games/unnethack/unnethack-5.1.0-20131208/src/
H A Ddothrow.c1494 } else if ((befriend_with_obj(mon->data, obj)) ||
1508 } else if (befriend_with_obj(mon->data, obj) ||
/dports/games/vultures-eye/vulture-2.3.67/unnethack/src/
H A Ddothrow.c1421 } else if ((befriend_with_obj(mon->data, obj)) ||
1435 } else if (befriend_with_obj(mon->data, obj) ||
/dports/games/nethack34-nox11/nethack-3.4.3/src/
H A Ddothrow.c1381 } else if (befriend_with_obj(mon->data, obj) ||
/dports/games/nethack34/nethack-3.4.3/src/
H A Ddothrow.c1381 } else if (befriend_with_obj(mon->data, obj) ||
/dports/games/vultures-eye/vulture-2.3.67/nethack/src/
H A Ddothrow.c1381 } else if (befriend_with_obj(mon->data, obj) ||
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/src/
H A Ddothrow.c1769 } else if (befriend_with_obj(mon->data, obj)
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/src/
H A Ddothrow.c1769 } else if (befriend_with_obj(mon->data, obj)
/dports/games/vultures-eye/vulture-2.3.67/slashem/src/
H A Ddothrow.c1639 } else if (befriend_with_obj(mon->data, obj) ||
/dports/games/xnethack/xNetHack-xnh6.1/src/
H A Ddothrow.c1914 } else if (befriend_with_obj(mon->data, obj) in thitmonst()