Home
last modified time | relevance | path

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

/freebsd/usr.bin/grep/
H A Dgrep.c118 bool fexclude, finclude; /* --exclude and --include */ variable
609 fexclude = true;
710 if ((finclude || fexclude) && !file_matching(*aargv))
H A Dgrep.h121 extern bool dexclude, dinclude, fexclude, finclude, lbflag, nullflag;
H A Dutil.c188 if (fexclude || finclude) in grep_tree()