OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:opt_check_regex
(Results
1 - 2
of
2
) sorted by null
/external/chromium-trace/catapult/tracing/third_party/devscripts/
licensecheck.pl.vanilla
171
my ($opt_verbose, $opt_lines, $opt_noconf, $opt_ignore_regex, $
opt_check_regex
)
229
"check|c=s" => \$
opt_check_regex
,
239
$
opt_check_regex
= $default_check_regex if ! length $
opt_check_regex
;
267
next unless m%$
opt_check_regex
%;
274
next unless ($files_count == 1) or $file =~ m%$
opt_check_regex
%;
licensecheck.pl
176
my $
opt_check_regex
= $default_check_regex;
233
"check|c=s" => \$
opt_check_regex
,
275
next unless m%$
opt_check_regex
%;
282
next unless ($files_count == 1) or $file =~ m%$
opt_check_regex
%;
Completed in 203 milliseconds