Searched refs:check_col (Results 1 – 8 of 8) sorted by relevance
31 int check_col(int col);
1100 check_col(int col) in check_col() function
643 col = check_col(col); in clip_start_selection()772 col = check_col(col); in clip_process_selection()
2749 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()
4434 col = check_col(col); in mb_fix_col()
6360 int col1 = check_col(col1arg); in gui_mch_clear_block()6361 int col2 = check_col(col2arg); in gui_mch_clear_block()
7782 col = check_col((win_x - xterm_hints.x) / xterm_hints.width_inc); in do_xterm_trace()
6979 Problem: Still a compilation problem, check_col() and check_row() missing.