Lines Matching refs:match
908 my $match = $2;
912 $to |= $mode_permission_string_types{$match};
914 $val .= $match;
1654 my $match = $1;
1655 $res =~ s/\Q$match\E/"$;" x length($match)/e;
4798 my ($match, $from, $to, $ident) = ($1, $2, $2, $3);
4816 my $sub_from = $match;
4817 my $sub_to = $match;
5521 my $match = $1;
5523 next if ($match =~ /^\s*\w+\s*$/);
5534 "Unnecessary parentheses around '$match'\n" . $herectx);