Home
last modified time | relevance | path

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

/dflybsd-src/contrib/less/
H A Dsearch.c620 int new_hshift; in shift_visible() local
624 new_hshift = 0; in shift_visible()
626 new_hshift = hshift; /* already visible; leave hshift unchanged */ in shift_visible()
631 new_hshift = eol_col; in shift_visible()
633 new_hshift = (start_col < match_shift) ? 0 : start_col - match_shift; in shift_visible()
635 if (new_hshift != hshift) in shift_visible()
637 hshift = new_hshift; in shift_visible()