HomeSort by: relevance | last modified time | path
    Searched defs:f_commas (Results 1 - 3 of 3) sorted by relevancy

  /src/bin/ls/
ls.c 94 int f_commas; /* separate size field with comma */ variable in typeref:typename:int
248 f_commas = 0;
252 f_commas = 1;
637 if (f_commas) /* allow for commas before every third digit */
653 if (f_commas) /* allow for commas before every third digit */
ls.c 94 int f_commas; /* separate size field with comma */ variable in typeref:typename:int
248 f_commas = 0;
252 f_commas = 1;
637 if (f_commas) /* allow for commas before every third digit */
653 if (f_commas) /* allow for commas before every third digit */
ls.c 94 int f_commas; /* separate size field with comma */ variable in typeref:typename:int
248 f_commas = 0;
252 f_commas = 1;
637 if (f_commas) /* allow for commas before every third digit */
653 if (f_commas) /* allow for commas before every third digit */

Completed in 34 milliseconds