Searched refs:ISSET (Results 1 – 1 of 1) sorted by relevance
57 #define ISSET(Fts,Opt) ((Fts)->fts_options & (Opt)) in cycle_warning_required() macro61 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()