Searched refs:included_patterns (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/gnu/usr.bin/grep/
H A Dsavedir.c106 savedir (const char *dir, off_t name_size, struct exclude *included_patterns, argument
140 if ((included_patterns || excluded_patterns)
143 if (included_patterns
144 && !excluded_filename (included_patterns, path, 0))
H A Dgrep.c92 static struct exclude *included_patterns; variable in typeref:struct:exclude
1073 name_space = savedir (dir, stats->stat.st_size, included_patterns,
1705 if (!included_patterns)
1706 included_patterns = new_exclude ();
1707 add_exclude (included_patterns, optarg);
1846 if ((included_patterns || excluded_patterns)
1849 if (included_patterns &&
1850 ! excluded_filename (included_patterns, file, 0))

Completed in 46 milliseconds