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

/freebsd-10.1-release/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)
462 *lflag |= LS_SHORT_VIEW;
478 *lflag &= ~LS_SHORT_VIEW;
482 *lflag &= ~LS_SHORT_VIEW;
778 if (!(lflag & LS_SHORT_VIEW)) {
892 if (!(lflag & LS_SHORT_VIEW)) {

Completed in 102 milliseconds