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

/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dexclude.h30 #define EXCLUDE_INCLUDE (1 << 29) macro
H A Dexclude.c54 verify (((EXCLUDE_ANCHORED | EXCLUDE_INCLUDE | EXCLUDE_WILDCARDS)
176 bool excluded = !! (exclude[0].options & EXCLUDE_INCLUDE);
184 if (excluded == !! (options & EXCLUDE_INCLUDE))
/macosx-10.9.5/gnudiff-19/diffutils/lib/
H A Dexclude.h36 #define EXCLUDE_INCLUDE (1 << 6) macro
H A Dexclude.c71 (((EXCLUDE_ANCHORED | EXCLUDE_INCLUDE | EXCLUDE_WILDCARDS)
158 bool excluded = !! (exclude[0].options & EXCLUDE_INCLUDE);
166 if (excluded == !! (options & EXCLUDE_INCLUDE))

Completed in 196 milliseconds