Searched refs:new_hshift (Results 1 – 1 of 1) sorted by relevance
598 int new_hshift; in shift_visible() local602 new_hshift = 0; in shift_visible()604 new_hshift = hshift; /* already visible; leave hshift unchanged */ in shift_visible()609 new_hshift = eol_col; in shift_visible()611 new_hshift = (start_col < match_shift) ? 0 : start_col - match_shift; in shift_visible()613 if (new_hshift != hshift) in shift_visible()615 hshift = new_hshift; in shift_visible()