HomeSort by: relevance | last modified time | path
    Searched refs:shift_count_fraction (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/less/dist/
optfunc.c 54 extern long shift_count_fraction;
237 shift_count_fraction = getfraction(&s, "#", &err);
250 shift_count_fraction = -1;
255 if (shift_count_fraction < 0)
262 SNPRINTF1(buf, sizeof(buf), ".%06ld", shift_count_fraction);
276 if (shift_count_fraction < 0)
278 shift_count = (int) muldiv(sc_width, shift_count_fraction, NUM_FRAC_DENOM);
opttbl.c 47 public long shift_count_fraction = -1; variable

Completed in 21 milliseconds