Lines Matching refs:type
357 my $type = $1;
361 if ($type eq "F" || $type eq "X") {
369 } elsif ($type eq "K") {
372 push(@typevalue, "$type:$value");
692 my $type = $1;
694 if ($type eq "S") {
697 } elsif ($type eq "F" || $type eq "N") {
699 } elsif ($type eq "M" || $type eq "R" || $type eq "L") {
717 my $type = $1;
721 if (($type eq "F" || $type eq "X") &&
735 } elsif (($type eq "W" || $type eq "Q" || $type eq "B") &&
756 } elsif ($type eq "T" &&
808 my $type = $1;
810 if ($type eq 'S') {
826 my $type = $1;
828 if ($type eq 'M') {
875 my $type = $1;
877 if ($type eq 'X') {
890 my $type = $1;
892 if ($type eq 'F') {
908 } elsif ($type eq 'N') {
1568 my @type = @signature_lines;
1570 s/\s*(.*):.*/$1/ for (@type);
1581 return (\@type, \@signature_lines);
2135 my $type = $types[0];
2144 @{$ref}[2] eq $type) {
2151 [ ($commit, $subject, $type) ]);