Lines Matching refs:subsystem
56 my $subsystem = 0;
267 'subsystem!' => \$subsystem,
318 $subsystem = 0;
323 my $selections = $email + $scm + $status + $subsystem + $web;
325 die "$P: Missing required option: email, scm, status, subsystem or web\n";
632 my @subsystem = ();
653 if ($subsystem) {
654 @subsystem = uniq(@subsystem);
655 output(@subsystem);
848 @subsystem = ();
1061 --roles => show roles (status:subsystem, git-signer, list, etc...)
1067 --subsystem => print subsystem name if any
1078 --sections => print all of the subsystem sections with pattern matches
1253 my $subsystem = $typevalue[$start];
1254 if ($output_section_maxlen && length($subsystem) > $output_section_maxlen) {
1255 $subsystem = substr($subsystem, 0, $output_section_maxlen - 3);
1256 $subsystem =~ s/\s*$//;
1257 $subsystem = $subsystem . "...";
1259 return $subsystem;
1270 my $subsystem = get_subsystem_name($index);
1298 return $role . ":" . $subsystem;
1304 my $subsystem = get_subsystem_name($index);
1306 if ($subsystem eq "THE REST") {
1307 $subsystem = "";
1310 return $subsystem;
1320 push(@subsystem, $typevalue[$start]);
1371 my $subsystem = get_subsystem_name($i);
1372 push_email_addresses($pvalue, "reviewer:$subsystem");