Lines Matching refs:checkfor
3099 int checkfor; in gui_send_mouse_event() local
3185 case NORMAL: checkfor = MOUSE_NORMAL; break; in gui_send_mouse_event()
3186 case VISUAL: checkfor = MOUSE_VISUAL; break; in gui_send_mouse_event()
3187 case SELECTMODE: checkfor = MOUSE_VISUAL; break; in gui_send_mouse_event()
3193 case INSERT+LANGMAP: checkfor = MOUSE_INSERT; break; in gui_send_mouse_event()
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()
3258 if (checkfor != MOUSE_NONEF && VIsual_active && (State & NORMAL)) in gui_send_mouse_event()
3305 if (!mouse_has(checkfor) || button == MOUSE_RELEASE) in gui_send_mouse_event()
3307 if (checkfor != MOUSE_COMMAND) in gui_send_mouse_event()