Lines Matching refs:end_col
2331 * Fill the screen from 'start_row' to 'end_row', from 'start_col' to 'end_col'
2340 int end_col,
2358 if (end_col > screen_Columns) // safety check
2359 end_col = screen_Columns;
2362 || start_col >= end_col) // nothing to do
2385 if (end_col < screen_Columns && mb_fix_col(end_col, row) != end_col)
2386 screen_puts_len((char_u *)" ", 1, row, end_col, 0);
2395 && end_col == Columns
2410 end_off = LineOffset[row] + end_col;
2428 col = end_col - col;
2440 for (col = start_col; col < end_col; ++col)
2504 if (end_col == Columns)
2509 if (start_col == 0 && end_col == Columns