Home
last modified time | relevance | path

Searched refs:LS_SHORT_VIEW (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/ssh/sftp/
H A Dsftp.c102 #define LS_SHORT_VIEW 0x02 /* Single row view ala ls -1 */ macro
110 #define VIEW_FLAGS (LS_LONG_VIEW|LS_SHORT_VIEW|LS_NUMERIC_VIEW)
401 *lflag |= LS_SHORT_VIEW; in parse_ls_flags()
709 if (!(lflag & LS_SHORT_VIEW)) { in do_ls_dir()
823 if (!(lflag & LS_SHORT_VIEW)) { in do_globbed_ls()