Searched refs:gui_x11_key_hit_cb (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/vim-55/src/proto/
H A Dgui_x11.pro2 void gui_x11_key_hit_cb __ARGS((Widget w, XtPointer dud, XEvent *event, Boolean *dum));
/macosx-10.10/vim-55/src/
H A Dgui_x11.c763 gui_x11_key_hit_cb(w, dud, event, dum) function
3339 XtAddEventHandler(vimForm, KeyPressMask, FALSE, gui_x11_key_hit_cb,
3341 XtAddEventHandler(textArea, KeyPressMask, FALSE, gui_x11_key_hit_cb,
H A Dgui_motif.c1906 XtAddEventHandler(sb->id, KeyPressMask, FALSE, gui_x11_key_hit_cb,

Completed in 117 milliseconds