Searched refs:dragwin (Results 1 – 3 of 3) sorted by relevance
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()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()[all …]
5969 win_drag_status_line(win_T *dragwin, int offset) in win_drag_status_line() argument5978 fr = dragwin->w_frame; in win_drag_status_line()6098 win_drag_vsep_line(win_T *dragwin, int offset) in win_drag_vsep_line() argument6106 fr = dragwin->w_frame; in win_drag_vsep_line()
64 void win_drag_status_line(win_T *dragwin, int offset);65 void win_drag_vsep_line(win_T *dragwin, int offset);