Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Doptfunc.c52 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()
H A Dsearch.c39 extern int match_shift;
617 new_hshift = (start_col < match_shift) ? 0 : start_col - match_shift; in shift_visible()
H A Dopttbl.c84 public int match_shift; /* Extra horizontal shift on search match */ variable