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

/macosx-10.9.5/ksh-20/ksh/src/lib/libast/misc/
H A Dfts.c113 #define SKIPLINK(p,f) ((f)->fts_parent->nlink == 0) macro
118 #define SKIP(p,f) ((f)->fts_parent->must == 0 && (((f)->type == DT_UNKNOWN) ? SKIPLINK(p,f) : ((f)->type != DT_DIR && ((f)->type != DT_LNK || ((p)->flags & FTS_PHYSICAL)))))
126 #define SKIP(p,f) ((f)->fts_parent->must == 0 && SKIPLINK(p,f))

Completed in 88 milliseconds