Searched refs:drop (Results 1 - 8 of 8) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Ddo.c5 /* Contains code for 'd', 'D' (drop), '>', '<' (up, down) */
17 STATIC_PTR int FDECL(drop, (struct obj *));
34 /* 'd' command: drop one inventory item */
45 result = drop(getobj(&drop_types[i], "drop"));
272 You("drop %s down the drain.", doname(obj));
410 /* some common tests when trying to drop or throw items */
457 drop(obj) function
461 if(!canletgo(obj,"drop"))
485 You("drop
[all...]
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Ddo.c5 /* Contains code for 'd', 'D' (drop), '>', '<' (up, down) */
17 STATIC_PTR int FDECL(drop, (struct obj *));
34 /* 'd' command: drop one inventory item */
45 result = drop(getobj(&drop_types[i], "drop"));
272 You("drop %s down the drain.", doname(obj));
410 /* some common tests when trying to drop or throw items */
457 drop(obj) function
461 if(!canletgo(obj,"drop"))
485 You("drop
[all...]
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dtrampoli.h49 #define drop(x) drop_(x) macro
H A Dextern.h292 E int FDECL(drop, (struct obj *));
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dtrampoli.h49 #define drop(x) drop_(x) macro
H A Dextern.h292 E int FDECL(drop, (struct obj *));
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/doc/
H A DGuidebook.tex675 {\tt d7a} --- drop seven items of object
680 ``{\tt What kinds of things do you want to drop? [!\%= BUCXaium]}''
687 {\tt DB} --- drop all objects known to be blessed.\\
688 {\tt DU} --- drop all objects known to be uncursed.\\
689 {\tt DC} --- drop all objects known to be cursed.\\
690 {\tt DX} --- drop all objects of unknown B/U/C status.\\
691 {\tt Da} --- drop all objects, without asking for confirmation.\\
693 {\tt Du} --- drop only unpaid objects (when in a shop).\\
694 {\tt Dm} --- use a menu to pick which object(s) to drop.\\
695 {\tt D\%u} --- drop onl
[all...]
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/doc/
H A DGuidebook.tex675 {\tt d7a} --- drop seven items of object
680 ``{\tt What kinds of things do you want to drop? [!\%= BUCXaium]}''
687 {\tt DB} --- drop all objects known to be blessed.\\
688 {\tt DU} --- drop all objects known to be uncursed.\\
689 {\tt DC} --- drop all objects known to be cursed.\\
690 {\tt DX} --- drop all objects of unknown B/U/C status.\\
691 {\tt Da} --- drop all objects, without asking for confirmation.\\
693 {\tt Du} --- drop only unpaid objects (when in a shop).\\
694 {\tt Dm} --- use a menu to pick which object(s) to drop.\\
695 {\tt D\%u} --- drop onl
[all...]

Completed in 72 milliseconds