Home
last modified time | relevance | path

Searched refs:editor_commands (Results 1 – 8 of 8) sorted by relevance

/dports/devel/cbrowser/cbrowser-0.8/
H A Dcbrowser483 global std_editors editor_commands
2382 global current_file current_line editor editor_commands
2390 set command $editor_commands($editor)
2464 global std_editors other_editors editor_commands
2494 set editor_commands($name) $command
2798 global editor_commands
2800 puts $f "set editor_commands($name) \{$editor_commands($name)\}"
3185 array set editor_commands {
3193 set std_editors [array names editor_commands]
3314 set editor_commands($editor) $editor
/dports/print/fontforge/fontforge-20201107/inc/
H A Dggadget.h261 enum editor_commands { ec_cut, ec_clear, ec_copy, ec_paste, ec_undo, ec_redo, enum
399 int GGadgetEditCmd(GGadget *g,enum editor_commands cmd);
400 int GGadgetActiveGadgetEditCmd(GWindow gw,enum editor_commands cmd);
/dports/emulators/yuzu/yuzu-0b47f7a46/src/core/hle/service/acc/
H A Dacc.cpp265 explicit IProfileCommon(Core::System& system_, const char* name, bool editor_commands, in IProfileCommon() argument
277 if (editor_commands) {
/dports/print/fontforge/fontforge-20201107/gdraw/
H A DggadgetP.h40 int (*handle_editcmd)(GGadget *g,enum editor_commands);
H A Dgcontainer.c98 int GGadgetActiveGadgetEditCmd(GWindow gw,enum editor_commands cmd) { in GGadgetActiveGadgetEditCmd()
H A Dggadgets.c1194 int GGadgetEditCmd(GGadget *g,enum editor_commands cmd) { in GGadgetEditCmd()
H A Dgtextfield.c730 static int gtextfield_editcmd(GGadget *g,enum editor_commands cmd) { in gtextfield_editcmd()
790 static int _gtextfield_editcmd(GGadget *g,enum editor_commands cmd) { in _gtextfield_editcmd()
/dports/print/fontforge/fontforge-20201107/fontforgeexe/
H A Dsftextfield.c572 static int sftextarea_editcmd(GGadget *g,enum editor_commands cmd) { in sftextarea_editcmd()
634 static int _sftextarea_editcmd(GGadget *g,enum editor_commands cmd) { in _sftextarea_editcmd()