Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/less/
H A Doptfunc.c52 extern long shift_count_fraction;
243 shift_count_fraction = getfraction(&s, "#", &err);
256 shift_count_fraction = -1;
261 if (shift_count_fraction < 0)
268 SNPRINTF1(buf, sizeof(buf), ".%06ld", shift_count_fraction);
283 if (shift_count_fraction < 0) in calc_shift_count()
285 shift_count = sc_width * shift_count_fraction / NUM_FRAC_DENOM; in calc_shift_count()
H A Dopttbl.c43 public long shift_count_fraction = -1; variable