Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dclipboard.c650 cb->state = SELECT_IN_PROGRESS; in clip_start_selection()
737 if (cb->state != SELECT_IN_PROGRESS) in clip_process_selection()
814 cb->state = SELECT_IN_PROGRESS; in clip_process_selection()
H A Dvim.h2101 # define SELECT_IN_PROGRESS 1 macro
H A Dgui.c3167 if (clip_star.state == SELECT_IN_PROGRESS) in gui_send_mouse_event()