Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dsearch.c613 int eol_col = col_from_pos(line_pos, NULL_POSITION, end_pos, end_col) - swidth; in shift_visible() local
614 if (start_col >= eol_col) /* whole string is in last screen */ in shift_visible()
615 new_hshift = eol_col; in shift_visible()