Home
last modified time | relevance | path

Searched refs:kf_copy (Results 1 – 25 of 42) sorted by relevance

12

/dports/comms/flmsg/flmsg-4.0.19/src/widgets/
H A DFl_Text_Editor_mod_1_1.cxx103 { 'c', FL_CTRL, Fl_Text_Editor_mod::kf_copy },
104 { FL_Insert, FL_CTRL, Fl_Text_Editor_mod::kf_copy },
113 { 'c', FL_COMMAND, Fl_Text_Editor_mod::kf_copy },
357 int Fl_Text_Editor_mod::kf_copy(int, Fl_Text_Editor_mod* e) { in kf_copy() function in Fl_Text_Editor_mod
367 kf_copy(c, e); in kf_cut()
H A DFl_Text_Editor_mod_1_3.cxx146 { 'c', FL_CTRL, Fl_Text_Editor_mod::kf_copy },
147 { FL_Insert, FL_CTRL, Fl_Text_Editor_mod::kf_copy },
156 { 'c', FL_COMMAND, Fl_Text_Editor_mod::kf_copy },
469 int Fl_Text_Editor_mod::kf_copy(int, Fl_Text_Editor_mod* e) { in kf_copy() function in Fl_Text_Editor_mod
480 kf_copy(c, e); in kf_cut()
/dports/x11/virtualgl/virtualgl-3.0/server/fltk/src/
H A DFl_Text_Editor.cxx102 { 'c', FL_CTRL, Fl_Text_Editor::kf_copy },
103 { FL_Insert, FL_CTRL, Fl_Text_Editor::kf_copy },
112 { 'c', FL_COMMAND, Fl_Text_Editor::kf_copy },
355 int Fl_Text_Editor::kf_copy(int, Fl_Text_Editor* e) { in kf_copy() function in Fl_Text_Editor
365 kf_copy(c, e); in kf_cut()
/dports/math/giacxcas/fltk-1.3.0/src/
H A DFl_Text_Editor.cxx146 { 'c', FL_CTRL, Fl_Text_Editor::kf_copy },
147 { FL_Insert, FL_CTRL, Fl_Text_Editor::kf_copy },
156 { 'c', FL_COMMAND, Fl_Text_Editor::kf_copy },
468 int Fl_Text_Editor::kf_copy(int, Fl_Text_Editor* e) { in kf_copy() function in Fl_Text_Editor
479 kf_copy(c, e); in kf_cut()
H A DFl_Input.cxx294 int Fl_Input::kf_copy() { in kf_copy() function in Fl_Input
398 if (mods==FL_CTRL) return kf_copy(); // Ctrl-Insert (WP,NP,WOW,GE,KE,OF) in handle_key()
564 if (mods==FL_COMMAND) return kf_copy(); // Ctrl-C, Mac:Meta-C (Standard/OSX-HIG) in handle_key()
/dports/comms/flamp/flamp-2.2.07/src/widgets/
H A DFl_Text_Editor_mod.cxx157 { 'c', FL_CTRL, Fl_Text_Editor_mod::kf_copy },
158 { FL_Insert, FL_CTRL, Fl_Text_Editor_mod::kf_copy },
167 { 'c', FL_COMMAND, Fl_Text_Editor_mod::kf_copy },
480 int Fl_Text_Editor_mod::kf_copy(int, Fl_Text_Editor_mod* e) { in kf_copy() function in Fl_Text_Editor_mod
491 kf_copy(c, e); in kf_cut()
/dports/comms/flcluster/flcluster-1.0.4/src/widgets/
H A DFl_Text_Editor_mod.cxx157 { 'c', FL_CTRL, Fl_Text_Editor_mod::kf_copy },
158 { FL_Insert, FL_CTRL, Fl_Text_Editor_mod::kf_copy },
167 { 'c', FL_COMMAND, Fl_Text_Editor_mod::kf_copy },
480 int Fl_Text_Editor_mod::kf_copy(int, Fl_Text_Editor_mod* e) { in kf_copy() function in Fl_Text_Editor_mod
491 kf_copy(c, e); in kf_cut()
/dports/comms/fldigi/fldigi-4.1.20/src/widgets/
H A DFl_Text_Editor_mod.cxx141 { 'c', FL_CTRL, Fl_Text_Editor_mod::kf_copy },
142 { FL_Insert, FL_CTRL, Fl_Text_Editor_mod::kf_copy },
151 { 'c', FL_COMMAND, Fl_Text_Editor_mod::kf_copy },
463 int Fl_Text_Editor_mod::kf_copy(int, Fl_Text_Editor_mod* e) { in kf_copy() function in Fl_Text_Editor_mod
474 kf_copy(c, e); in kf_cut()
/dports/x11-toolkits/ntk/ntk/src/
H A DFl_Text_Editor.cxx146 { 'c', FL_CTRL, Fl_Text_Editor::kf_copy },
147 { FL_Insert, FL_CTRL, Fl_Text_Editor::kf_copy },
156 { 'c', FL_COMMAND, Fl_Text_Editor::kf_copy },
468 int Fl_Text_Editor::kf_copy(int, Fl_Text_Editor* e) { in kf_copy() function in Fl_Text_Editor
479 kf_copy(c, e); in kf_cut()
H A DFl_Input.cxx294 int Fl_Input::kf_copy() { in kf_copy() function in Fl_Input
398 if (mods==FL_CTRL) return kf_copy(); // Ctrl-Insert (WP,NP,WOW,GE,KE,OF) in handle_key()
564 if (mods==FL_COMMAND) return kf_copy(); // Ctrl-C, Mac:Meta-C (Standard/OSX-HIG) in handle_key()
/dports/x11-toolkits/fltk/fltk-1.3.8/src/
H A DFl_Text_Editor.cxx138 { 'c', FL_CTRL, Fl_Text_Editor::kf_copy },
139 { FL_Insert, FL_CTRL, Fl_Text_Editor::kf_copy },
148 { 'c', FL_COMMAND, Fl_Text_Editor::kf_copy },
566 int Fl_Text_Editor::kf_copy(int, Fl_Text_Editor* e) { in kf_copy() function in Fl_Text_Editor
579 kf_copy(c, e); in kf_cut()
H A DFl_Input.cxx283 int Fl_Input::kf_copy() { in kf_copy() function in Fl_Input
392 if (mods==FL_CTRL) return kf_copy(); // Ctrl-Insert (WP,NP,WOW,GE,KE,OF) in handle_key()
558 if (mods==FL_COMMAND) return kf_copy(); // Ctrl-C, Mac:Meta-C (Standard/OSX-HIG) in handle_key()
/dports/x11-toolkits/fltk/fltk-1.3.8/FL/
H A DFl_Input.H254 int kf_copy();
H A DFl_Text_Editor.H123 static int kf_copy(int c, Fl_Text_Editor* e);
/dports/x11-toolkits/ntk/ntk/FL/
H A DFl_Input.H262 int kf_copy();
H A DFl_Text_Editor.H118 static int kf_copy(int c, Fl_Text_Editor* e);
/dports/math/giacxcas/fltk-1.3.0/FL/
H A DFl_Input.H262 int kf_copy();
H A DFl_Text_Editor.H118 static int kf_copy(int c, Fl_Text_Editor* e);
/dports/comms/flmsg/flmsg-4.0.19/src/include/
H A DFl_Text_Editor_mod_1_1.H87 static int kf_copy(int c, Fl_Text_Editor_mod* e);
H A DFl_Text_Editor_mod_1_3.H118 static int kf_copy(int c, Fl_Text_Editor_mod* e);
/dports/x11/virtualgl/virtualgl-3.0/server/fltk/FL/
H A DFl_Text_Editor.H89 static int kf_copy(int c, Fl_Text_Editor* e);
/dports/comms/flcluster/flcluster-1.0.4/src/include/
H A DFl_Text_Editor_mod.H122 static int kf_copy(int c, Fl_Text_Editor_mod* e);
/dports/comms/fldigi/fldigi-4.1.20/src/include/
H A DFl_Text_Editor_mod.H120 static int kf_copy(int c, Fl_Text_Editor_mod* e);
/dports/comms/flamp/flamp-2.2.07/src/include/
H A DFl_Text_Editor_mod.H122 static int kf_copy(int c, Fl_Text_Editor_mod* e);
/dports/games/angband/Angband-4.2.2/src/
H A Dobj-properties.h155 #define kf_copy(f1, f2) flag_copy(f1, f2, KF_SIZE) macro

12