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

/osnet-11/usr/src/lib/libcmd/common/
H A Dls.c251 #define VISIBLE(f) ((f)->level<=0||(!state.ignore||!strmatch((f)->name,state.ignore))&&(!(state.lsflags&LS_NOBACKUP)||(f)->name[(f)->namelen-1]!='~')&&((state.lsflags&LS_ALL)||(f)->name[0]!='.'||(state.lsflags&LS_MOST)&&((f)->name[1]&&(f)->name[1]!='.'||(f)->name[2]))) macro
821 * count is the number of VISIBLE children
822 * length is the length of the longest VISIBLE child
1186 else if (VISIBLE(p))
1246 if (!VISIBLE(ftw))

Completed in 24 milliseconds