Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dui.pro32 int check_row(int row);
/vim-8.2.3635/src/
H A Dui.c1113 check_row(int row) in check_row() function
H A Dclipboard.c642 row = check_row(row); in clip_start_selection()
771 row = check_row(row); in clip_process_selection()
H A Dgui.c2751 row1 = check_row(row1); in gui_redraw_block()
2752 row2 = check_row(row2); in gui_redraw_block()
3406 int row = check_row(Y_2_ROW(y)); in gui_xy2colrow()
H A Dmbyte.c4435 row = check_row(row); in mb_fix_col()
H A Dgui_gtk_x11.c6362 int row1 = check_row(row1arg); in gui_mch_clear_block()
6363 int row2 = check_row(row2arg); in gui_mch_clear_block()
H A Dos_unix.c7781 row = check_row((win_y - xterm_hints.y) / xterm_hints.height_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.