Home
last modified time | relevance | path

Searched refs:ACTION_SAVE (Results 1 – 25 of 54) sorted by relevance

123

/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/symbian/src/
H A DSymbianActions.cpp185 _action_enabled[ACTION_SAVE] = false; in initInstanceGame()
187 _action_enabled[ACTION_SAVE] = true; in initInstanceGame()
190 _key_action[ACTION_SAVE].setKey(Common::ASCII_F1, Common::KEYCODE_F1); // F1 key for FOTAQ in initInstanceGame()
192 _key_action[ACTION_SAVE].setKey(Common::ASCII_F5, Common::KEYCODE_F5); in initInstanceGame()
194 _key_action[ACTION_SAVE].setKey(Common::ASCII_F10, Common::KEYCODE_F10); // F10 in initInstanceGame()
196 _key_action[ACTION_SAVE].setKey(Common::ASCII_ESCAPE, Common::KEYCODE_ESCAPE); in initInstanceGame()
198 _key_action[ACTION_SAVE].setKey('s', Common::KEYCODE_s); in initInstanceGame()
200 _key_action[ACTION_SAVE].setKey(Common::ASCII_F1, SDLK_F1); in initInstanceGame()
202 _key_action[ACTION_SAVE].setKey(Common::ASCII_F5, Common::KEYCODE_F5); // F5 key in initInstanceGame()
H A DSymbianActions.h42 ACTION_SAVE, enumerator
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/src/
H A Dvariable.h67 #ifndef ACTION_SAVE
68 # undef ACTION_SAVE
80 #define ACTION_SAVE (1<<4) macro
90 #define save_loadpath() loadpath_handler(ACTION_SAVE,NULL)
101 #define save_fontpath() fontpath_handler(ACTION_SAVE,NULL)
H A Dvariable.c171 case ACTION_SAVE: in loadpath_handler()
508 case ACTION_SAVE: in fontpath_handler()
/dports/math/gnuplot/gnuplot-5.4.1/src/
H A Dvariable.h63 #ifndef ACTION_SAVE
64 # undef ACTION_SAVE
76 #define ACTION_SAVE (1<<4) macro
86 #define save_loadpath() loadpath_handler(ACTION_SAVE,NULL)
H A Dvariable.c167 case ACTION_SAVE: in loadpath_handler()
/dports/math/gnuplot-lite/gnuplot-5.4.1/src/
H A Dvariable.h63 #ifndef ACTION_SAVE
64 # undef ACTION_SAVE
76 #define ACTION_SAVE (1<<4) macro
86 #define save_loadpath() loadpath_handler(ACTION_SAVE,NULL)
H A Dvariable.c167 case ACTION_SAVE: in loadpath_handler()
/dports/lang/fpc-source/fpc-3.2.2/packages/gtk2/examples/filechooser/
H A Dsimple.pas14 ACTION_SAVE = 2;
45 ACTION_SAVE:
151 G_CALLBACK (@dialog_callback), pointer(ACTION_SAVE));
/dports/x11-toolkits/fpc-gtk2/fpc-3.2.2/packages/gtk2/examples/filechooser/
H A Dsimple.pas14 ACTION_SAVE = 2;
45 ACTION_SAVE:
151 G_CALLBACK (@dialog_callback), pointer(ACTION_SAVE));
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/cpu/ppc/gc/z/
H A DzBarrierSetAssembler_ppc.cpp413 const int total_regs_amount = iterate_over_register_mask(ACTION_SAVE); in ZSaveLiveRegisters()
428 ACTION_SAVE = 0, enumerator
456 if (action == ACTION_SAVE) { in iterate_over_register_mask()
469 if (action == ACTION_SAVE) { in iterate_over_register_mask()
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux/gtk/ADM_userInterfaces/ADM_ocr/
H A Dadm_editglyph.cpp75 #define ACTION_SAVE 50 in DIA_glyphEdit() macro
85 ASSOCIATE(buttonSave,ACTION_SAVE); in DIA_glyphEdit()
210 case ACTION_SAVE: in DIA_glyphEdit()
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux/gtk/ADM_userInterfaces/ADM_ocr/
H A Dadm_editglyph.cpp75 #define ACTION_SAVE 50 in DIA_glyphEdit() macro
85 ASSOCIATE(buttonSave,ACTION_SAVE); in DIA_glyphEdit()
210 case ACTION_SAVE: in DIA_glyphEdit()
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux/gtk/ADM_userInterfaces/ADM_ocr/
H A Dadm_editglyph.cpp75 #define ACTION_SAVE 50 in DIA_glyphEdit() macro
85 ASSOCIATE(buttonSave,ACTION_SAVE); in DIA_glyphEdit()
210 case ACTION_SAVE: in DIA_glyphEdit()
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux/gtk/ADM_userInterfaces/ADM_ocr/
H A Dadm_editglyph.cpp75 #define ACTION_SAVE 50 in DIA_glyphEdit() macro
85 ASSOCIATE(buttonSave,ACTION_SAVE); in DIA_glyphEdit()
210 case ACTION_SAVE: in DIA_glyphEdit()
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/ultima8/
H A Dmeta_engine.h33 ACTION_QUICKSAVE, ACTION_SAVE, ACTION_LOAD, ACTION_BEDROLL, ACTION_COMBAT, enumerator
/dports/net/sngrep/sngrep-1.4.9/src/
H A Dkeybinding.h97 ACTION_SAVE, enumerator
/dports/graphics/xournalpp/xournalpp-1.1.0/src/enums/
H A DActionType.enum.h34 ACTION_SAVE, enumerator
/dports/multimedia/vlc/vlc-3.0.16/modules/gui/qt/components/playlist/
H A Dvlc_model.hpp86 ACTION_SAVE, enumerator
/dports/graphics/xournalpp/xournalpp-1.1.0/src/enums/generated/
H A DActionType.generated.cpp36 return ACTION_SAVE; in ActionType_fromString()
633 if (value == ACTION_SAVE) { in ActionType_toString()
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Daction.cpp293 case ACTION_SAVE: in action_ident()
419 case ACTION_SAVE: in can_action_change_worldstate()
820 REGISTER_ACTION( ACTION_SAVE ); in handle_action_menu()
1016 REGISTER_ACTION( ACTION_SAVE ); in handle_main_menu()
H A Daction.h226 ACTION_SAVE, enumerator
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Daction.cpp293 case ACTION_SAVE: in action_ident()
419 case ACTION_SAVE: in can_action_change_worldstate()
820 REGISTER_ACTION( ACTION_SAVE ); in handle_action_menu()
1016 REGISTER_ACTION( ACTION_SAVE ); in handle_main_menu()
H A Daction.h226 ACTION_SAVE, enumerator
/dports/mail/geary/geary-40.0/src/client/conversation-viewer/
H A Dconversation-contact-popover.vala19 private const string ACTION_SAVE = "save";
31 {ACTION_SAVE, on_save },

123