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

/freebsd-13-stable/contrib/less/
H A Doptfunc.c52 extern long shift_count_fraction;
242 shift_count_fraction = getfraction(&s, "#", &err);
255 shift_count_fraction = -1;
260 if (shift_count_fraction < 0)
267 sprintf(buf, ".%06ld", shift_count_fraction);
281 if (shift_count_fraction < 0)
283 shift_count = sc_width * shift_count_fraction / NUM_FRAC_DENOM;
H A Dopttbl.c43 public long shift_count_fraction = -1; variable

Completed in 52 milliseconds