Home
last modified time | relevance | path

Searched refs:ISSET (Results 1 – 1 of 1) sorted by relevance

/coreutils/gl/lib/
Dxfts.c57 #define ISSET(Fts,Opt) ((Fts)->fts_options & (Opt)) in cycle_warning_required() macro
61 return ((ISSET (fts, FTS_PHYSICAL) && !ISSET (fts, FTS_COMFOLLOW)) in cycle_warning_required()
62 || (ISSET (fts, FTS_PHYSICAL) && ISSET (fts, FTS_COMFOLLOW) in cycle_warning_required()