Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/less/
HDoptfunc.c50 extern long shift_count_fraction;
257 toggle_fraction(&shift_count, &shift_count_fraction, in opt_shift()
261 query_fraction(shift_count, shift_count_fraction, in opt_shift()
269 if (shift_count_fraction < 0) in calc_shift_count()
271 shift_count = (int) muldiv(sc_width, shift_count_fraction, NUM_FRAC_DENOM); in calc_shift_count()
HDopttbl.c45 public long shift_count_fraction = -1; variable