Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Doptfunc.c51 extern long shift_count_fraction;
261 toggle_fraction(&shift_count, &shift_count_fraction, in opt_shift()
265 query_fraction(shift_count, shift_count_fraction, in opt_shift()
273 if (shift_count_fraction < 0) in calc_shift_count()
275 shift_count = (int) muldiv(sc_width, shift_count_fraction, NUM_FRAC_DENOM); in calc_shift_count()
H A Dopttbl.c46 public long shift_count_fraction = -1; variable