Lines Matching refs:pod
219 'doc', 'internal', $mansect, '*.pod')) ) {
300 my $simplename = basename($filename, ".pod");
312 if ( ( grep { basename($_) eq "$n.pod" }
316 err($id, "The following exist as other .pod files:",
583 || $id =~ /(openssl|-options)\.pod:1:$/;
735 next if ( grep { basename($_) eq "$target.pod" }
758 err($id, "Doesn't start with =pod")
759 if $contents !~ /^=pod/;
787 # (non-consecutive lines are okay; see man3/MD5.pod).
972 my $simplename = basename($filename, ".pod");
1165 my @doc = ( grep { basename($_) eq "openssl-$cmd.pod"
1166 # For "tsget" and "CA.pl" pod pages
1167 || basename($_) eq "$cmd.pod" }
1219 next if /openssl\.pod/
1220 || /CA\.pl/ || /tsget\.pod/; # these commands are special cases