Searched refs:ammo_and_launcher (Results 1 - 10 of 10) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Ddothrow.c110 if ((ammo_and_launcher(obj, uwep) || skill == P_DAGGER ||
152 m_shot.s = ammo_and_launcher(obj,uwep) ? TRUE : FALSE;
244 else if (ammo_and_launcher(otmp, uswapwep))
252 if (ammo_and_launcher(otmp, uwep))
255 else if (ammo_and_launcher(otmp, uswapwep))
872 if (ammo_and_launcher(obj, uwep))
960 if (ammo_and_launcher(obj, uwep))
1279 if (!ammo_and_launcher(obj, uwep)) {
H A Dmthrowu.c547 if ((ammo_and_launcher(otmp, mwep) || skill == P_DAGGER ||
595 m_shot.s = ammo_and_launcher(otmp,mwep) ? TRUE : FALSE;
H A Duhitm.c580 (is_ammo(obj) && !ammo_and_launcher(obj, uwep))) {
661 if (ammo_and_launcher(obj, uwep)) {
895 if(!thrown || !obj || !uwep || !ammo_and_launcher(obj, uwep))
H A Dinvent.c432 ammo_and_launcher(obj, uwep) ||
433 ammo_and_launcher(obj, uswapwep)))
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Ddothrow.c110 if ((ammo_and_launcher(obj, uwep) || skill == P_DAGGER ||
152 m_shot.s = ammo_and_launcher(obj,uwep) ? TRUE : FALSE;
244 else if (ammo_and_launcher(otmp, uswapwep))
252 if (ammo_and_launcher(otmp, uwep))
255 else if (ammo_and_launcher(otmp, uswapwep))
872 if (ammo_and_launcher(obj, uwep))
960 if (ammo_and_launcher(obj, uwep))
1279 if (!ammo_and_launcher(obj, uwep)) {
H A Dmthrowu.c547 if ((ammo_and_launcher(otmp, mwep) || skill == P_DAGGER ||
595 m_shot.s = ammo_and_launcher(otmp,mwep) ? TRUE : FALSE;
H A Duhitm.c580 (is_ammo(obj) && !ammo_and_launcher(obj, uwep))) {
661 if (ammo_and_launcher(obj, uwep)) {
895 if(!thrown || !obj || !uwep || !ammo_and_launcher(obj, uwep))
H A Dinvent.c432 ammo_and_launcher(obj, uwep) ||
433 ammo_and_launcher(obj, uswapwep)))
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dobj.h153 #define ammo_and_launcher(otmp,ltmp) \ macro
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dobj.h153 #define ammo_and_launcher(otmp,ltmp) \ macro

Completed in 249 milliseconds