Lines Matching refs:mandocs
2087 my %mandocs = ();
2309 qr/^\s* MANDOCS ${index_re} \s* = \s* ${value_re} \s* $/x
2310 => sub { $push_to->(\%mandocs, $expand_variables->($+{INDEX}),
2647 foreach my $section (keys %mandocs) {
2648 foreach (@{$mandocs{$section}}) {
2649 my $mandocs = cleanfile($buildd, $_, $blddir);
2650 $unified_info{mandocs}->{$section}->{$mandocs} = 1;
2883 "imagedocs", "htmldocs", "mandocs")) {
2934 (map { @{$unified_info{mandocs}->{$_} // []} }
2935 keys %{$unified_info{mandocs} // {}}) ] );