Home
last modified time | relevance | path

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

/freebsd/contrib/diff/lib/
H A Dexclude.c68 (((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()
H A Dexclude.h30 #define EXCLUDE_INCLUDE (1 << 29) macro