Home
last modified time | relevance | path

Searched refs:CMD_DROP (Results 1 – 25 of 26) sorted by path

12

/dports/games/angband/Angband-4.2.2/src/
H A Dcmd-cave.c1614 case CMD_DROP: { in do_cmd_mon_command()
H A Dcmd-core.c89 { CMD_DROP, "drop", do_cmd_drop, false, 0 },
H A Dcmd-core.h68 CMD_DROP, enumerator
H A Dobj-ignore.c681 cmdq_push(CMD_DROP); in ignore_drop()
H A Dui-context.c727 ADD_LABEL("Drop", CMD_DROP, MN_ROW_VALID); in context_menu_object()
736 ADD_LABEL("Drop", CMD_DROP, MN_ROW_VALID); in context_menu_object()
745 ADD_LABEL("Sell", CMD_DROP, MN_ROW_VALID); in context_menu_object()
815 cmdq_push(CMD_DROP); in context_menu_object()
829 case CMD_DROP: in context_menu_object()
876 if (selected == CMD_DROP && in context_menu_object()
H A Dui-game.c86 { "Drop an item", { 'd' }, CMD_DROP, NULL, NULL },
H A Dui-store.c508 if (!get_item(&obj, prompt, reject, CMD_DROP, tester, get_mode)) in store_sell()
/dports/games/angband/Angband-4.2.2/src/tests/game/
H A Dbasic.c134 cmdq_push(CMD_DROP); in test_drop_pickup()
157 cmdq_push(CMD_DROP); in test_drop_eat()
/dports/games/dungeoncrawl/dc400b26-src/source/
H A Dacr.cc1166 case CMD_DROP: in input()
H A Denum.h497 CMD_DROP, enumerator
H A Dliblinux.cc231 key_to_command_table['d'] = CMD_DROP; in init_key_to_command()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/parallaction/
H A Dparser_br.cpp43 #define CMD_DROP 13 macro
H A Dparser_ns.cpp43 #define CMD_DROP 13 macro
/dports/games/scummvm/scummvm-2.5.1/engines/parallaction/
H A Dparser_br.cpp43 #define CMD_DROP 13 macro
H A Dparser_ns.cpp43 #define CMD_DROP 13 macro
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dcmd-keys.h40 {'d', CMD_DROP},
H A Dcommand-type.h59 CMD_DROP, enumerator
H A Dcommand.cc900 _add_command(cols, 1, CMD_DROP, "Drop an item", 2); in _add_formatted_keyhelp()
902 { CMD_DROP }); in _add_formatted_keyhelp()
1079 _add_command(cols, 1, CMD_DROP, "drop item", 2); in _add_formatted_hints_help()
H A Ddescribe.cc2717 actions.push_back(CMD_DROP); in _allowed_actions()
2739 { CMD_DROP, "(d)rop" }, in _actions_desc()
2769 { CMD_DROP, 'd' }, in _get_action()
2810 case CMD_DROP: drop_item(slot, item.quantity); break; in _do_action()
H A Dhints.cc1760 cmd.push_back(CMD_DROP); in learned_something_new()
3212 cmd.push_back(CMD_DROP); in hints_describe_item()
H A Dmain.cc808 case CMD_DROP: in _cmd_is_repeatable()
2086 case CMD_DROP: in process_command()
H A Dtilepick.cc3330 case CMD_DROP: in tileidx_command()
H A Dtilereg-cmd.h52 CMD_DISPLAY_INVENTORY, CMD_DROP,
H A Dtilereg-inv.cc477 cmd.push_back(CMD_DROP); in update_tip_text()
481 cmd.push_back(CMD_DROP); in update_tip_text()
/dports/games/xtrojka/xtrojka123/
H A Dgame.c50 tt_command CMD_DROP = { tc_c_dropblock, 0 , 0 }; variable
248 trojka_api(&CMD_DROP);

12