Lines Matching refs:unless
76 unless $opt_c or $opt_l or $opt_n or $opt_u or $opt_v;
83 $opt_m = "man1,man3,man5,man7" unless $opt_m;
85 unless $opt_m =~ /^(man[1357][, ]?)*$/;
170 unless exists $opts{TAGS} && ref($opts{TAGS}) eq 'ARRAY';
241 next unless $tags{$type};
247 @selected_sections = @sections unless @selected_sections;
286 return unless $contents =~ /=head1 NAME(.*)=head1 SYNOPSIS/ms;
320 unless $foundfilename;
323 return unless $contents =~ /=head1 SYNOPSIS(.*)=head1 DESCRIPTION/ms;
409 unless defined $names{$sym};
430 return unless $contents =~ /=head1 $section/
447 next unless $line =~ /^=head/;
582 unless (grep /^\Q$found\E$/, @synopsis)
590 unless (grep /^\Q$option\E$/, @options);
614 unless $symbol =~ /^B<.*?>$/ && $unmarked =~ /^${symbol_re}$/
721 next unless $target =~ /^L<(.*)>$/; # Skip if not L<...>
744 unless $target =~ /^[_[:alpha:]][_[:alnum:]]*$/
747 unless ( $contents =~ /^=for openssl generic/ms ) {
930 next unless /^#\s*define\s*(\S+)\(/;
976 unless ( grep { $simplename eq $_ } @{$podinfo{names}} ) {
1035 unless defined $name_map{$link} || defined $missing{$link};
1083 err("$cmd does not implement help for -$expect_helpstr") unless m/^\s*"/;
1221 err("$_ doesn't start with openssl-") unless /openssl-/;