Lines Matching refs:mouse_row

131     int		row = mouse_row;  in get_fpos_of_mouse()
267 int save_mouse_row = mouse_row; in do_mouse()
276 mouse_row = save_mouse_row; in do_mouse()
453 if (mouse_row == 0 && firstwin->w_winrow > 0) in do_mouse()
572 if (mouse_row < curwin->w_winrow in do_mouse()
573 || mouse_row in do_mouse()
736 if (mouse_row == 0) in do_mouse()
743 if (is_drag && mouse_row < 0 && !in_status_line) in do_mouse()
746 mouse_row = 0; in do_mouse()
1081 if (mouse_row >= 0 && mouse_col >= 0) in ins_mousescroll()
1085 row = mouse_row; in ins_mousescroll()
1517 int row = mouse_row; in jump_to_mouse()
1544 && prev_row == mouse_row in jump_to_mouse()
1596 prev_row = mouse_row; in jump_to_mouse()
2012 if (mouse_row >= 0 && mouse_col >= 0) in nv_mousescroll()
2016 row = mouse_row; in nv_mousescroll()
2188 mouse_row = 128 * (bytes[3] - ' ' - 1) in check_termcode_mouse()
2199 mouse_row = bytes[2] - ' ' - 1; in check_termcode_mouse()
2271 mouse_row = getdigits(&p) - 1; in check_termcode_mouse()
2382 mouse_row = mr - 1; in check_termcode_mouse()
2443 mouse_row = val; in check_termcode_mouse()
2642 mouse_row = Pr - 1; in check_termcode_mouse()
2658 mouse_row = getdigits(&p); in check_termcode_mouse()
2767 && orig_mouse_row == mouse_row in check_termcode_mouse()
2771 || (mouse_row == 0 && firstwin->w_winrow > 0)) in check_termcode_mouse()
2777 orig_mouse_row = mouse_row; in check_termcode_mouse()
2839 if (mouse_row >= Rows) in check_termcode_mouse()
2840 mouse_row = Rows - 1; in check_termcode_mouse()
3061 int row = mouse_row; in f_getmousepos()
3073 dict_add_number(d, "screenrow", (varnumber_T)mouse_row + 1); in f_getmousepos()