Searched refs:ship_object (Results 1 - 14 of 14) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Ddothrow.c351 if (ship_object(obj, u.ux, u.uy, FALSE)) return;
1053 if (ship_object(obj, u.ux, u.uy, FALSE)) {
1086 if (!mon && ship_object(obj, bhitpos.x, bhitpos.y, FALSE)) {
1756 if(ship_object(obj, bhitpos.x, bhitpos.y, FALSE))
H A Dmthrowu.c119 objgone = ship_object(obj, x, y, FALSE);
H A Ddo.c516 /* eg ship_object() and dropy() -> sellobj() both produce output */
529 if (ship_object(obj, u.ux, u.uy, FALSE)) return;
H A Ddokick.c1267 /* NOTE: ship_object assumes otmp was FREED from fobj or invent.
1272 ship_object(otmp, x, y, shop_floor_obj) function
H A Dtrap.c1426 if(ship_object(singleobj, bhitpos.x, bhitpos.y, FALSE)){
H A Dzap.c2750 ship_object(obj, bhitpos.x, bhitpos.y,
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Ddothrow.c351 if (ship_object(obj, u.ux, u.uy, FALSE)) return;
1053 if (ship_object(obj, u.ux, u.uy, FALSE)) {
1086 if (!mon && ship_object(obj, bhitpos.x, bhitpos.y, FALSE)) {
1756 if(ship_object(obj, bhitpos.x, bhitpos.y, FALSE))
H A Dmthrowu.c119 objgone = ship_object(obj, x, y, FALSE);
H A Ddo.c516 /* eg ship_object() and dropy() -> sellobj() both produce output */
529 if (ship_object(obj, u.ux, u.uy, FALSE)) return;
H A Ddokick.c1267 /* NOTE: ship_object assumes otmp was FREED from fobj or invent.
1272 ship_object(otmp, x, y, shop_floor_obj) function
H A Dtrap.c1426 if(ship_object(singleobj, bhitpos.x, bhitpos.y, FALSE)){
H A Dzap.c2750 ship_object(obj, bhitpos.x, bhitpos.y,
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dextern.h429 E boolean FDECL(ship_object, (struct obj *,XCHAR_P,XCHAR_P,BOOLEAN_P));
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dextern.h429 E boolean FDECL(ship_object, (struct obj *,XCHAR_P,XCHAR_P,BOOLEAN_P));

Completed in 144 milliseconds