Lines Matching refs:section
249 foreach my $section ( ( @selected_sections ) ) {
252 grep { $files{$_}->{$type} && $files{$_}->{$section} }
299 my $section = basename($dirname);
313 files(TAGS => [ 'manual', $section ]) )
427 my $section = shift;
430 return unless $contents =~ /=head1 $section/
432 err($id, "$section should appear before $before section")
433 if $contents =~ /=head1 $before.*=head1 $section/ms;
816 my $section = 3;
817 $section = $1 if $dirname =~ /man([1-9])/;
819 foreach ( (@{$mandatory_sections{'*'}}, @{$mandatory_sections{$section}}) ) {
971 my $section = $1;
984 my $name_sec = "$name($section)";