Home
last modified time | relevance | path

Searched refs:finclude (Results 1 – 5 of 5) sorted by relevance

/freebsd/usr.bin/grep/
H A Dgrep.c118 bool fexclude, finclude; /* --exclude and --include */ variable
605 finclude = true;
710 if ((finclude || fexclude) && !file_matching(*aargv))
H A Dgrep.h121 extern bool dexclude, dinclude, fexclude, finclude, lbflag, nullflag;
H A Dutil.c84 ret = finclude ? false : true; in file_matching()
188 if (fexclude || finclude) in grep_tree()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7979 def finclude_default_header : Flag<["-"], "finclude-default-header">,
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticSemaKinds.td10852 "%0 type %1 not found; include the base header with -finclude-default-header">;