Home
last modified time | relevance | path

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

/dports/devel/libxo/libxo-0.6.1/libxo/
H A Dlibxo.c3586 int hn_flags = HN_NOSPACE; /* On by default */ in xo_format_humanize() local
3589 hn_flags &= ~HN_NOSPACE; in xo_format_humanize()
3592 hn_flags |= HN_DECIMAL; in xo_format_humanize()
3595 hn_flags |= HN_DIVISOR_1000; in xo_format_humanize()
3598 left, value, hn_flags); in xo_format_humanize()