Lines Matching refs:match
876 my $match = $2;
880 $to |= $mode_permission_string_types{$match};
882 $val .= $match;
1621 my $match = $1;
1622 $res =~ s/\Q$match\E/"$;" x length($match)/e;
4802 my ($match, $from, $to, $ident) = ($1, $2, $2, $3);
4820 my $sub_from = $match;
4821 my $sub_to = $match;
5525 my $match = $1;
5527 next if ($match =~ /^\s*\w+\s*$/);
5538 "Unnecessary parentheses around '$match'\n" . $herectx);