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

/freebsd-9.3-release/contrib/less/
H A Doptfunc.c51 extern int shift_count_fraction;
218 shift_count_fraction = getfraction(&s, "#", &err);
231 shift_count_fraction = -1;
236 if (shift_count_fraction < 0)
243 sprintf(buf, ".%06d", shift_count_fraction);
257 if (shift_count_fraction < 0)
259 shift_count = sc_width * shift_count_fraction / NUM_FRAC_DENOM;
H A Dopttbl.c43 public long shift_count_fraction = -1; variable

Completed in 53 milliseconds