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

/macosx-10.10/OpenSSH-189/openssh/
H A Dsftp.c110 #define LS_SHORT_VIEW 0x0002 /* Single row view ala ls -1 */ macro
119 #define VIEW_FLAGS (LS_LONG_VIEW|LS_SHORT_VIEW|LS_NUMERIC_VIEW|LS_SI_UNITS)
414 *lflag |= LS_SHORT_VIEW;
430 *lflag &= ~LS_SHORT_VIEW;
434 *lflag &= ~LS_SHORT_VIEW;
703 if (!(lflag & LS_SHORT_VIEW)) {
817 if (!(lflag & LS_SHORT_VIEW)) {

Completed in 84 milliseconds