Lines Matching refs:mouse_col

132     int		col = mouse_col;  in get_fpos_of_mouse()
268 int save_mouse_col = mouse_col; in do_mouse()
277 mouse_col = save_mouse_col; in do_mouse()
459 c1 = TabPageIdxs[mouse_col]; in do_mouse()
471 && mouse_col < Columns) in do_mouse()
474 c1 = TabPageIdxs[mouse_col]; in do_mouse()
517 c1 = TabPageIdxs[mouse_col]; in do_mouse()
1081 if (mouse_row >= 0 && mouse_col >= 0) in ins_mousescroll()
1086 col = mouse_col; in ins_mousescroll()
1259 if (mouse_col < 0 || mouse_col > MOUSE_COLOFF) in get_pseudo_mouse_code()
1261 if (mouse_col < 0) in get_pseudo_mouse_code()
1262 mouse_col = 0; in get_pseudo_mouse_code()
1264 mouse_col -= MOUSE_COLOFF; in get_pseudo_mouse_code()
1518 int col = mouse_col; in jump_to_mouse()
1545 && prev_col == mouse_col) in jump_to_mouse()
1597 prev_col = mouse_col; in jump_to_mouse()
2012 if (mouse_row >= 0 && mouse_col >= 0) in nv_mousescroll()
2017 col = mouse_col; in nv_mousescroll()
2186 mouse_col = 128 * (bytes[1] - ' ' - 1) in check_termcode_mouse()
2198 mouse_col = bytes[1] - ' ' - 1; in check_termcode_mouse()
2267 mouse_col = getdigits(&p) - 1; in check_termcode_mouse()
2381 mouse_col = mc - 1; in check_termcode_mouse()
2436 mouse_col = val; in check_termcode_mouse()
2641 mouse_col = Pc - 1; in check_termcode_mouse()
2661 mouse_col = getdigits(&p); in check_termcode_mouse()
2766 && orig_mouse_col == mouse_col in check_termcode_mouse()
2776 orig_mouse_col = mouse_col; in check_termcode_mouse()
2837 if (mouse_col >= Columns) in check_termcode_mouse()
2838 mouse_col = Columns - 1; in check_termcode_mouse()
3062 int col = mouse_col; in f_getmousepos()
3074 dict_add_number(d, "screencol", (varnumber_T)mouse_col + 1); in f_getmousepos()