Home
last modified time | relevance | path

Searched refs:clip_process_selection (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dclipboard.pro13 void clip_process_selection(int button, int col, int row, int_u repeated_click);
/vim-8.2.3635/src/
H A Dclipboard.c506 clip_process_selection(button, mouse_col, mouse_row, repeat); in clip_modeless()
515 clip_process_selection(button, mouse_col, mouse_row, repeat); in clip_modeless()
518 clip_process_selection(MOUSE_RELEASE, mouse_col, mouse_row, FALSE); in clip_modeless()
725 clip_process_selection( in clip_process_selection() function
H A Dgui.c3169 clip_process_selection(button, X_2_COL(x), Y_2_ROW(y), repeated_click); in gui_send_mouse_event()
3291 clip_process_selection(button, X_2_COL(x), Y_2_ROW(y), in gui_send_mouse_event()