Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/less/
Doptfunc.c52 extern int shift_count_fraction;
222 shift_count_fraction = getfraction(&s, "#", &err);
235 shift_count_fraction = -1;
240 if (shift_count_fraction < 0)
247 sprintf(buf, ".%06d", shift_count_fraction);
261 if (shift_count_fraction < 0) in calc_shift_count()
263 shift_count = sc_width * shift_count_fraction / NUM_FRAC_DENOM; in calc_shift_count()
Dopttbl.c43 public long shift_count_fraction = -1; variable