Searched refs:match_shift (Results 1 – 3 of 3) sorted by relevance
52 extern int match_shift;882 toggle_fraction(&match_shift, &match_shift_fraction, in opt_match_shift()886 query_fraction(match_shift, match_shift_fraction, in opt_match_shift()896 match_shift = (int) muldiv(sc_width, match_shift_fraction, NUM_FRAC_DENOM); in calc_match_shift()
39 extern int match_shift;617 new_hshift = (start_col < match_shift) ? 0 : start_col - match_shift; in shift_visible()
84 public int match_shift; /* Extra horizontal shift on search match */ variable