Home
last modified time | relevance | path

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

/dragonfly/contrib/less/
H A Doptfunc.c52 extern long shift_count_fraction;
235 shift_count_fraction = getfraction(&s, "#", &err); in opt_shift()
248 shift_count_fraction = -1; in opt_shift()
253 if (shift_count_fraction < 0) in opt_shift()
260 SNPRINTF1(buf, sizeof(buf), ".%06ld", shift_count_fraction); in opt_shift()
274 if (shift_count_fraction < 0) in calc_shift_count()
276 shift_count = (int) muldiv(sc_width, shift_count_fraction, NUM_FRAC_DENOM); in calc_shift_count()
H A Dopttbl.c44 public long shift_count_fraction = -1; variable