Searched defs:noflist (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/ls/
H A Dls.c314 static int noflist = 0; variable
1006 * specified, don't cache each dirent as it's read. This 'noflist'
1011 noflist = 1;
1171 if (nomocore || noflist)
1263 if (noflist) {
1600 if (noflist) {
1820 * When noflist is set, none of the extra information about the dirent
1824 if (!argfl && noflist)

Completed in 67 milliseconds