Lines Matching refs:dragwin
1510 static win_T *dragwin = NULL; // window being dragged in jump_to_mouse() local
1530 if (dragwin != NULL && !did_drag) in jump_to_mouse()
1532 dragwin = NULL; in jump_to_mouse()
1625 dragwin = NULL; in jump_to_mouse()
1680 dragwin = wp; in jump_to_mouse()
1687 dragwin = wp; in jump_to_mouse()
1748 if (dragwin == NULL || (flags & MOUSE_RELEASED)) in jump_to_mouse()
1790 if (dragwin != NULL) in jump_to_mouse()
1793 count = row - dragwin->w_winrow - dragwin->w_height + 1 in jump_to_mouse()
1795 win_drag_status_line(dragwin, count); in jump_to_mouse()
1802 if (dragwin != NULL) in jump_to_mouse()
1805 count = col - dragwin->w_wincol - dragwin->w_width + 1 in jump_to_mouse()
1807 win_drag_vsep_line(dragwin, count); in jump_to_mouse()