Searched refs:EXCLUDE_INCLUDE (Results 1 – 2 of 2) sorted by relevance
68 (((EXCLUDE_ANCHORED | EXCLUDE_INCLUDE | EXCLUDE_WILDCARDS)150 bool excluded = !! (exclude[0].options & EXCLUDE_INCLUDE); in excluded_filename()158 if (excluded == !! (options & EXCLUDE_INCLUDE)) in excluded_filename()
30 #define EXCLUDE_INCLUDE (1 << 29) macro