Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dsearch.c638 int start_col = col_from_pos(line_pos, start_pos, NULL_POSITION, -1); in shift_visible() local
639 int end_col = col_from_pos(line_pos, end_pos, start_pos, start_col); in shift_visible()
642 if (start_col < 0 || end_col < 0) in shift_visible()
646 else if (start_col > hshift && end_col < hshift + swidth) in shift_visible()
651 if (start_col >= eol_col) /* whole string is in last screen */ in shift_visible()
654 new_hshift = (start_col < match_shift) ? 0 : start_col - match_shift; in shift_visible()