Lines Matching refs:w_height
142 if (row >= wp->w_height) // In (or below) status line in get_fpos_of_mouse()
574 > (curwin->w_winrow + curwin->w_height)) in do_mouse()
1677 if (row >= wp->w_height) // In (or below) status line in jump_to_mouse()
1679 on_status_line = row - wp->w_height + 1; in jump_to_mouse()
1793 count = row - dragwin->w_winrow - dragwin->w_height + 1 in jump_to_mouse()
1890 else if (row >= curwin->w_height) in jump_to_mouse()
1901 if (!first && count > row - curwin->w_height + 1) in jump_to_mouse()
1928 row = curwin->w_height - 1; in jump_to_mouse()
2047 if (curwin->w_height < 6) in nv_mousescroll()
2049 cap->count1 = curwin->w_height / 2; in nv_mousescroll()
3081 int height = wp->w_height + wp->w_status_height; in f_getmousepos()
3098 if (row >= 0 && row < wp->w_height && col >= 0 && col < wp->w_width) in f_getmousepos()