Home
last modified time | relevance | path

Searched refs:finclude (Results 1 – 5 of 5) sorted by last modified time

/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7665 def finclude_default_header : Flag<["-"], "finclude-default-header">,
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticSemaKinds.td10658 "%0 type %1 not found; include the base header with -finclude-default-header">;
/freebsd/usr.bin/grep/
H A Dutil.c84 ret = finclude ? false : true; in file_matching()
179 if (fexclude || finclude) in grep_tree()
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;