Lines Matching refs:x
672 for my $x (@self_test_info) {
677 $x->{line} =~ /^\S[^:]/ &&
684 if (grep(m@^\Q$x->{line}\E@, @section_headers)) {
685 print("$x->{file}:$x->{linenr}: warning: duplicate section header\t$x->{line}\n");
687 push(@section_headers, $x->{line});
705 print("$x->{file}:$x->{linenr}: warning: section without email address\t$x->{line}\n");
708 print("$x->{file}:$x->{linenr}: warning: section without status \t$x->{line}\n");
711 print("$x->{file}:$x->{linenr}: warning: section without file pattern\t$x->{line}\n");
715 next if ($x->{line} !~ /^([A-Z]):\s*(.*)/);
731 print("$x->{file}:$x->{linenr}: warning: no file matches\t$x->{line}\n");
752 print("$x->{file}:$x->{linenr}: warning: possible bad link\t$x->{line}\n");
763 print("$x->{file}:$x->{linenr}: warning: malformed entry\t$x->{line}\n");
786 print("$x->{file}:$x->{linenr}: warning: possible bad link\t$x->{line}\n");