Lines Matching full:pattern
256 'pattern-depth=i' => \$pattern_depth,
340 ##Filename pattern matching
345 ##if pattern is a directory and it lacks a trailing slash, add one
691 print("$x->{file}:$x->{linenr}: warning: section without file pattern\t$x->{line}\n");
700 ## Filename pattern matching
706 ##if pattern is a directory and it lacks a trailing slash, add one
981 my ($file, $pattern) = @_;
982 if (substr($pattern, -1) eq "/") {
983 if ($file =~ m@^$pattern@) {
987 if ($file =~ m@^$pattern@) {
989 my $s2 = ($pattern =~ tr@/@@);
1009 --git-fallback => use git when no exact MAINTAINERS pattern (default: $email_git_fallback)
1040 --pattern-depth => Number of pattern directory traversals (default: 0 (all))
1042 --sections => print all of the subsystem sections with pattern matches
1052 --pattern-depth=0 --remove-duplicates --rolestats]
1058 Any specified X: (exclude) pattern matches are _not_ ignored.
1059 Used with "--nogit", directory is used as a pattern match,
1530 my $pattern = $VCS_cmds{"commit_pattern"};
1536 $commits = grep(/$pattern/, @lines); # of commits
1791 p# pattern match depth [$pattern_depth]