Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dsearch.c595 int start_col = col_from_pos(line_pos, start_pos, NULL_POSITION, -1); in shift_visible() local
596 int end_col = col_from_pos(line_pos, end_pos, start_pos, start_col); in shift_visible()
599 if (start_col < 0 || end_col < 0) in shift_visible()
603 else if (start_col > hshift && end_col < hshift + swidth) in shift_visible()
608 if (start_col >= eol_col) /* whole string is in last screen */ in shift_visible()
611 new_hshift = (start_col < match_shift) ? 0 : start_col - match_shift; in shift_visible()