Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dsftp.c123 #define LS_SHORT_VIEW 0x0002 /* Single row view ala ls -1 */ macro
132 #define VIEW_FLAGS (LS_LONG_VIEW|LS_SHORT_VIEW|LS_NUMERIC_VIEW|LS_SI_UNITS)
494 *lflag |= LS_SHORT_VIEW; in parse_ls_flags()
510 *lflag &= ~LS_SHORT_VIEW; in parse_ls_flags()
514 *lflag &= ~LS_SHORT_VIEW; in parse_ls_flags()
859 if (!(lflag & LS_SHORT_VIEW)) { in do_ls_dir()
1013 if (!(lflag & LS_SHORT_VIEW)) { in do_globbed_ls()