Home
last modified time | relevance | path

Searched refs:KeyProc (Results 1 – 16 of 16) sorted by relevance

/dports/editors/lazarus/lazarus/components/synedit/
H A Dsynhighlighterini.pas83 procedure KeyProc; procedure
235 procedure TSynIniSyn.KeyProc; procedure
251 KeyProc
276 KeyProc
H A Dsynhighlighterpo.pp67 procedure KeyProc;
208 procedure TSynPoSyn.KeyProc;
/dports/editors/lazarus-qt5/lazarus/components/synedit/
H A Dsynhighlighterini.pas83 procedure KeyProc; procedure
235 procedure TSynIniSyn.KeyProc; procedure
251 KeyProc
276 KeyProc
H A Dsynhighlighterpo.pp67 procedure KeyProc;
208 procedure TSynPoSyn.KeyProc;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/synedit/
H A Dsynhighlighterini.pas83 procedure KeyProc; procedure
232 procedure TSynIniSyn.KeyProc; procedure
248 KeyProc
273 KeyProc
H A Dsynhighlighterpo.pp67 procedure KeyProc;
208 procedure TSynPoSyn.KeyProc;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/synedit/
H A Dsynhighlighterini.pas83 procedure KeyProc; procedure
232 procedure TSynIniSyn.KeyProc; procedure
248 KeyProc
273 KeyProc
H A Dsynhighlighterpo.pp67 procedure KeyProc;
208 procedure TSynPoSyn.KeyProc;
/dports/graphics/guilib/GUIlib-1.2.1/
H A DGUI_termwin.cpp17 void (*KeyProc)(SDLKey key, Uint16 unicode), int scrollback) in GUI_TermWin()
40 keyproc = KeyProc; in GUI_TermWin()
H A DGUI_termwin.h19 void (*KeyProc)(SDLKey key, Uint16 unicode) = NULL, int scrollback = 0);
/dports/devel/m17n-lib/m17n-lib-1.8.0/example/
H A DChangeLog123 (KeyProc): Make `C-=' activate the unicode input method
283 (KeyProc): Update screen if input method modified a text.
414 (KeyProc): Assign XK_b and XK_f for back/foreward word.
461 (KeyProc): Cancel the previous change.
465 * medit.c (KeyProc): Handle C-\ as resetting input context.
514 * medit.c (KeyProc): Cast buf to `unsigned char *'.
H A Dmedit.c1554 KeyProc (Widget w, XEvent *event, String *str, Cardinal *num) in KeyProc() function
2582 {"Key", KeyProc},
/dports/editors/emacs-devel/emacs-4d1968b/test/manual/indent/
H A Dpascal.pas570 KeyProc : TKeyProc; procedure
1084 if @KeyProc <> nil then
1088 KeyProc (Key)
/dports/editors/emacs/emacs-27.2/test/manual/indent/
H A Dpascal.pas570 KeyProc : TKeyProc; procedure
1084 if @KeyProc <> nil then
1088 KeyProc (Key)
/dports/biology/ncbi-toolkit/ncbi/vibrant/
H A Dvibdefns.h212 #define KeyProc Nlm_KeyProc macro
/dports/graphics/opendx/dx-4.4.4/src/uipp/widgets/
H A DPicture.c136 static void KeyProc();
224 { "KeyAct", (XtActionProc) KeyProc },
3228 static void KeyProc (w, event) in KeyProc() function