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

/ast/src/cmd/std/
H A Dls.c254 #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
836 * count is the number of VISIBLE children
837 * length is the length of the longest VISIBLE child
1201 else if (VISIBLE(p))
1261 if (!VISIBLE(ftw))

Completed in 10 milliseconds