Lines Matching refs:mandocs
1955 my %mandocs = ();
2177 qr/^\s* MANDOCS ${index_re} \s* = \s* ${value_re} \s* $/x
2178 => sub { $push_to->(\%mandocs, $expand_variables->($+{INDEX}),
2485 foreach my $section (keys %mandocs) {
2486 foreach (@{$mandocs{$section}}) {
2487 my $mandocs = cleanfile($buildd, $_, $blddir);
2488 $unified_info{mandocs}->{$section}->{$mandocs} = 1;
2719 "imagedocs", "htmldocs", "mandocs")) {
2770 (map { @{$unified_info{mandocs}->{$_} // []} }
2771 keys %{$unified_info{mandocs} // {}}) ] );