Lines Matching refs:prefix
1087 my $prefix = '';
1093 my $line = $prefix . $_[0];
1141 my $prefix = $absolute;
1142 substr($prefix, -length($file)) = '';
1145 if ($prefix ne ".../") {
1274 $prefix = '';
1325 $prefix = "$filename:$realline: " if ($emacs && $file);
1326 $prefix = "$filename:$linenr: " if ($emacs && !$file);
1997 my ($where, $prefix) = ($-[1], $1);
1998 if ($prefix !~ /$Type\s+$/ &&
1999 ($where != 0 || $prefix !~ /^.\s+$/) &&
2000 $prefix !~ /{\s+$/) {