Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dclipboard.pro12 void clip_start_selection(int col, int row, int repeated_click);
/vim-8.2.3635/src/
H A Dclipboard.c505 clip_start_selection(mouse_col, mouse_row, FALSE); in clip_modeless()
509 clip_start_selection(mouse_col, mouse_row, repeat); in clip_modeless()
624 clip_start_selection(int col, int row, int repeated_click) in clip_start_selection() function
H A Dgui.c3289 clip_start_selection(col, row, FALSE); in gui_send_mouse_event()
3298 clip_start_selection(X_2_COL(x), Y_2_ROW(y), repeated_click); in gui_send_mouse_event()