Lines Matching refs:found
554 my $found = $&;
555 push @synopsis, $found if $found =~ /^B<-/;
556 print STDERR "$id:DEBUG[option_check] SYNOPSIS: found $found\n"
558 my $option_uw = normalise_option($id, $filename, $found);
559 err($id, "Malformed option [2] in SYNOPSIS: $found")
570 my $found = $2;
574 if ($1 // '') ne '' && $found =~ /^B<\s*-/;
576 my $option_uw = normalise_option($id, $filename, $found);
577 err($id, "Malformed option in OPTIONS: $found")
579 if ($found =~ /^B<-/) {
580 push @options, $found;
581 err($id, "OPTIONS entry $found missing from SYNOPSIS")
582 unless (grep /^\Q$found\E$/, @synopsis)