Lines Matching refs:f
39 my @f = @ARGV;
58 my ($f) = @_;
59 open(my $fh, "<", "$f") ||
60 die "test1140.pl could not open $f";
68 print "error: $f:$line: double-highlight\n";
72 print "error: $f:$line: missing \\fP after $str\n";
79 print "error: $f:$line: referring to non-existing manpage $man\n";
83 print "error: $f:$line: use \\fI before $str\n";
89 print "error: $f:$line: non-referencing $1\n";
98 print "error: $f:$line: referring to non-existing manpage $man\n";
108 foreach my $f (@f) {
109 file($f);