Lines Matching refs:LS_USER
232 #define LS_ACROSS (LS_USER<<0) /* multi-column row order */
233 #define LS_ALL (LS_USER<<1) /* list all */
234 #define LS_ALWAYS (LS_USER<<2) /* always quote */
235 #define LS_COLUMNS (LS_USER<<3) /* multi-column column order */
236 #define LS_COMMAS (LS_USER<<4) /* comma separated name list */
237 #define LS_DIRECTORY (LS_USER<<5) /* list directories as files */
238 #define LS_ESCAPE (LS_USER<<6) /* C escape unprintable chars */
239 #define LS_EXTENSION (LS_USER<<7) /* sort by name extension */
240 #define LS_LABEL (LS_USER<<8) /* label for all dirs */
241 #define LS_MARKDIR (LS_USER<<9) /* marks dirs with / */
242 #define LS_MOST (LS_USER<<10) /* list all but . and .. */
243 #define LS_NOBACKUP (LS_USER<<11) /* omit *~ names */
244 #define LS_NOSTAT (LS_USER<<13) /* leaf FTW_NS ok */
245 #define LS_PRINTABLE (LS_USER<<14) /* ? for non-printable chars */
246 #define LS_QUOTE (LS_USER<<15) /* "..." file names */
247 #define LS_RECURSIVE (LS_USER<<16) /* recursive directory descent */
248 #define LS_SEPARATE (LS_USER<<17) /* dir header needs separator */
249 #define LS_SHELL (LS_USER<<18) /* $'...' file names */
250 #define LS_TIME (LS_USER<<19) /* sort by time */