Home
last modified time | relevance | path

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

/dragonfly/contrib/less/
HDoptfunc.c51 extern int match_shift;
853 toggle_fraction(&match_shift, &match_shift_fraction, in opt_match_shift()
857 query_fraction(match_shift, match_shift_fraction, in opt_match_shift()
867 match_shift = (int) muldiv(sc_width, match_shift_fraction, NUM_FRAC_DENOM); in calc_match_shift()
HDsearch.c39 extern int match_shift;
633 new_hshift = (start_col < match_shift) ? 0 : start_col - match_shift; in shift_visible()
HDopttbl.c83 public int match_shift; /* Extra horizontal shift on search match */ variable