Home
last modified time | relevance | path

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

/freebsd/bin/ls/
H A Dls.h58 extern int f_thousands; /* show file sizes with thousands separators */
H A Dls.c136 int f_thousands; /* show file sizes with thousands separators */ variable
334 f_thousands = 1; in main()
984 if (f_thousands) /* make space for commas */ in display()
H A Dprint.c756 } else if (f_thousands) { /* with commas */ in printsize()