Home
last modified time | relevance | path

Searched refs:check_col (Results 1 – 8 of 8) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dui.pro31 int check_col(int col);
/vim-8.2.3635/src/
H A Dui.c1100 check_col(int col) in check_col() function
H A Dclipboard.c643 col = check_col(col); in clip_start_selection()
772 col = check_col(col); in clip_process_selection()
H A Dgui.c2749 col1 = check_col(col1); in gui_redraw_block()
2750 col2 = check_col(col2); in gui_redraw_block()
3405 int col = check_col(X_2_COL(x)); in gui_xy2colrow()
H A Dmbyte.c4434 col = check_col(col); in mb_fix_col()
H A Dgui_gtk_x11.c6360 int col1 = check_col(col1arg); in gui_mch_clear_block()
6361 int col2 = check_col(col2arg); in gui_mch_clear_block()
H A Dos_unix.c7782 col = check_col((win_x - xterm_hints.x) / xterm_hints.width_inc); in do_xterm_trace()
/vim-8.2.3635/runtime/doc/
H A Dversion7.txt6979 Problem: Still a compilation problem, check_col() and check_row() missing.