Home
last modified time | relevance | path

Searched refs:kf_right (Results 1 – 20 of 20) sorted by relevance

/dports/comms/flmsg/flmsg-4.0.19/src/include/
H A DFl_Text_Editor_mod_1_1.H81 static int kf_right(int c, Fl_Text_Editor_mod* e);
H A DFl_Text_Editor_mod_1_3.H112 static int kf_right(int c, Fl_Text_Editor_mod* e);
/dports/x11/virtualgl/virtualgl-3.0/server/fltk/FL/
H A DFl_Text_Editor.H83 static int kf_right(int c, Fl_Text_Editor* e);
/dports/comms/flcluster/flcluster-1.0.4/src/include/
H A DFl_Text_Editor_mod.H116 static int kf_right(int c, Fl_Text_Editor_mod* e);
/dports/comms/fldigi/fldigi-4.1.20/src/include/
H A DFl_Text_Editor_mod.H114 static int kf_right(int c, Fl_Text_Editor_mod* e);
/dports/comms/flamp/flamp-2.2.07/src/include/
H A DFl_Text_Editor_mod.H116 static int kf_right(int c, Fl_Text_Editor_mod* e);
/dports/x11-toolkits/ntk/ntk/FL/
H A DFl_Text_Editor.H112 static int kf_right(int c, Fl_Text_Editor* e);
/dports/math/giacxcas/fltk-1.3.0/FL/
H A DFl_Text_Editor.H112 static int kf_right(int c, Fl_Text_Editor* e);
/dports/x11-toolkits/fltk/fltk-1.3.8/FL/
H A DFl_Text_Editor.H117 static int kf_right(int c, Fl_Text_Editor* e);
/dports/comms/flmsg/flmsg-4.0.19/src/widgets/
H A DFl_Text_Editor_mod_1_1.cxx325 int Fl_Text_Editor_mod::kf_right(int, Fl_Text_Editor_mod* e) { in kf_right() function in Fl_Text_Editor_mod
H A DFl_Text_Editor_mod_1_3.cxx430 int Fl_Text_Editor_mod::kf_right(int, Fl_Text_Editor_mod* e) { in kf_right() function in Fl_Text_Editor_mod
/dports/x11/virtualgl/virtualgl-3.0/server/fltk/src/
H A DFl_Text_Editor.cxx323 int Fl_Text_Editor::kf_right(int, Fl_Text_Editor* e) { in kf_right() function in Fl_Text_Editor
/dports/math/giacxcas/fltk-1.3.0/src/
H A DFl_Text_Editor.cxx429 int Fl_Text_Editor::kf_right(int, Fl_Text_Editor* e) { in kf_right() function in Fl_Text_Editor
/dports/comms/flamp/flamp-2.2.07/src/widgets/
H A DFl_Text_Editor_mod.cxx441 int Fl_Text_Editor_mod::kf_right(int, Fl_Text_Editor_mod* e) { in kf_right() function in Fl_Text_Editor_mod
/dports/comms/flcluster/flcluster-1.0.4/src/widgets/
H A DFl_Text_Editor_mod.cxx441 int Fl_Text_Editor_mod::kf_right(int, Fl_Text_Editor_mod* e) { in kf_right() function in Fl_Text_Editor_mod
/dports/comms/fldigi/fldigi-4.1.20/src/widgets/
H A DFl_Text_Editor_mod.cxx424 int Fl_Text_Editor_mod::kf_right(int, Fl_Text_Editor_mod* e) { in kf_right() function in Fl_Text_Editor_mod
/dports/x11-toolkits/ntk/ntk/src/
H A DFl_Text_Editor.cxx429 int Fl_Text_Editor::kf_right(int, Fl_Text_Editor* e) { in kf_right() function in Fl_Text_Editor
/dports/x11-toolkits/fltk/fltk-1.3.8/src/
H A DFl_Text_Editor.cxx510 int Fl_Text_Editor::kf_right(int, Fl_Text_Editor* e) { in kf_right() function in Fl_Text_Editor
/dports/x11-toolkits/py-fltk/pyFltk-1.3.4.1/fltk/
H A D__init__.py11486 def kf_right(*args): member in Fl_Text_Editor
11490 kf_right = staticmethod(kf_right) variable in Fl_Text_Editor
/dports/x11-toolkits/py-fltk/pyFltk-1.3.4.1/python/
H A Dfltk_wrap.cpp115427 result = (int)Fl_Text_Editor::kf_right(arg1,arg2); in _wrap_Fl_Text_Editor_kf_right()