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

  /src/bin/ls/
ls.h 45 extern int f_grouponly; /* long listing without owner */
ls.c 92 int f_grouponly; /* long listing without owner */ variable in typeref:typename:int
171 if (f_grouponly != -1)
172 f_grouponly = 1;
180 f_grouponly = -1;
320 if (f_grouponly == -1)
321 f_grouponly = 0;
print.c 169 if (!f_grouponly)

Completed in 12 milliseconds