Home
last modified time | relevance | path

Searched refs:X_2_COL (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dgui.h90 # define X_2_COL(x) ((x) / gui.char_width) macro
95 # define X_2_COL(x) (((x) - gui.border_offset) / gui.char_width) macro
H A Dgui.c2706 col1 = X_2_COL(x); in gui_redraw()
2708 col2 = X_2_COL(x + w - 1); in gui_redraw()
3169 clip_process_selection(button, X_2_COL(x), Y_2_ROW(y), repeated_click); in gui_send_mouse_event()
3291 clip_process_selection(button, X_2_COL(x), Y_2_ROW(y), in gui_send_mouse_event()
3298 clip_start_selection(X_2_COL(x), Y_2_ROW(y), repeated_click); in gui_send_mouse_event()
3405 int col = check_col(X_2_COL(x)); in gui_xy2colrow()
5021 col = X_2_COL(x); in xy2win()
5479 int col = X_2_COL(x); in gui_wingoto_xy()
H A Dbeval.c157 col = X_2_COL(beval->x); in get_beval_info()