Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Doption.c738 if (NUM_LOG_FRAC_DENOM <= fraclen) in getfraction()
743 while (fraclen++ < NUM_LOG_FRAC_DENOM) in getfraction()
H A Dless.h356 #define NUM_LOG_FRAC_DENOM 6 macro