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

/freebsd-12-stable/bin/ls/
H A Dls.h60 extern int f_thousands; /* show file sizes with thousands separators */
H A Dls.c149 int f_thousands; /* show file sizes with thousands separators */ variable
339 f_thousands = 1;
992 if (f_thousands) /* make space for commas */
H A Dprint.c750 } else if (f_thousands) { /* with commas */

Completed in 48 milliseconds