Home
last modified time | relevance | path

Searched refs:checkfor (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dgui.c3099 int checkfor; in gui_send_mouse_event() local
3199 checkfor = MOUSE_NORMAL; in gui_send_mouse_event()
3201 checkfor = MOUSE_RETURN; in gui_send_mouse_event()
3211 checkfor = MOUSE_NONE; in gui_send_mouse_event()
3213 checkfor = MOUSE_COMMAND; in gui_send_mouse_event()
3217 checkfor = MOUSE_NONE; in gui_send_mouse_event()
3234 checkfor = MOUSE_NONE; in gui_send_mouse_event()
3240 checkfor = MOUSE_NONEF; in gui_send_mouse_event()
3246 checkfor = MOUSE_NONE; in gui_send_mouse_event()
3255 if (!mouse_has(checkfor) || checkfor == MOUSE_COMMAND) in gui_send_mouse_event()
[all …]
H A Dmouse.c1390 int checkfor; in setmouse() local
1414 checkfor = MOUSE_VISUAL; in setmouse()
1416 checkfor = MOUSE_RETURN; in setmouse()
1418 checkfor = MOUSE_INSERT; in setmouse()
1420 checkfor = MOUSE_COMMAND; in setmouse()
1422 checkfor = ' '; // don't use mouse for ":confirm" or ":!cmd" in setmouse()
1424 checkfor = MOUSE_NORMAL; // assume normal mode in setmouse()
1426 if (mouse_has(checkfor)) in setmouse()