Searched refs:gui_x11_key_hit_cb (Results 1 – 3 of 3) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | gui_x11.pro | 2 void gui_x11_key_hit_cb(Widget w, XtPointer dud, XEvent *event, Boolean *dum);
|
| /vim-8.2.3635/src/ |
| H A D | gui_x11.c | 760 gui_x11_key_hit_cb( in gui_x11_key_hit_cb() function 3128 XtAddEventHandler(vimForm, KeyPressMask, FALSE, gui_x11_key_hit_cb, in gui_x11_callbacks() 3130 XtAddEventHandler(textArea, KeyPressMask, FALSE, gui_x11_key_hit_cb, in gui_x11_callbacks()
|
| H A D | gui_motif.c | 1872 XtAddEventHandler(sb->id, KeyPressMask, FALSE, gui_x11_key_hit_cb, in gui_mch_create_scrollbar()
|