Lines Matching refs:endcol
435 int endcol, in screen_line() argument
460 if (endcol > Columns) in screen_line()
461 endcol = Columns; in screen_line()
478 while (col <= endcol && ScreenLines[off_to] == ' ' in screen_line()
485 if (col <= endcol) in screen_line()
487 endcol + coloff + 1, ' ', ' ', 0); in screen_line()
489 col = endcol + 1; in screen_line()
492 endcol = (clear_width > 0 ? clear_width : -clear_width); in screen_line()
511 redraw_next = char_needs_redraw(off_from, off_to, endcol - col); in screen_line()
513 while (col < endcol) in screen_line()
515 if (has_mbyte && (col + 1 < endcol)) in screen_line()
522 off_to + CHAR_CELLS, endcol - col - CHAR_CELLS); in screen_line()
592 && col + 1 < endcol in screen_line()
601 && col + 2 < endcol in screen_line()
620 if (has_mbyte && col + char_cells == endcol in screen_line()