Lines Matching refs:section
427 my $section = $section_default;
677 my ($parameter, $section);
718 foreach $section (@{$args{'sectionlist'}}) {
719 print ".SH \"", uc $section, "\"\n";
720 output_highlight($args{'sections'}{$section});
728 my ($parameter, $section);
759 foreach $section (@{$args{'sectionlist'}}) {
760 print ".SH \"$section\"\n";
761 output_highlight($args{'sections'}{$section});
769 my ($parameter, $section);
794 foreach $section (@{$args{'sectionlist'}}) {
795 print ".SH \"$section\"\n";
796 output_highlight($args{'sections'}{$section});
804 my ($parameter, $section);
811 foreach $section (@{$args{'sectionlist'}}) {
812 print ".SH \"$section\"\n";
813 output_highlight($args{'sections'}{$section});
819 my ($parameter, $section);
824 foreach $section (@{$args{'sectionlist'}}) {
825 print ".SH \"$section\"\n";
826 output_highlight($args{'sections'}{$section});
841 my ($parameter, $section);
843 foreach $section (@{$args{'sectionlist'}}) {
844 next if (defined($nosymbol_table{$section}));
847 print ".. _$section:\n\n";
848 print "**$section**\n\n";
850 print_lineno($section_start_lines{$section});
851 output_highlight_rst($args{'sections'}{$section});
929 my ($parameter, $section);
1028 my $section;
1032 foreach $section (@{$args{'sectionlist'}}) {
1033 print "**$section**\n\n";
1034 print_lineno($section_start_lines{$section});
1035 output_highlight_rst($args{'sections'}{$section});
2113 $section = $section_intro;
2115 $section = $1;
2148 $section = $section_default;
2203 if ($section =~ /\w\.\.\.$/) {
2204 $section =~ s/\.\.\.$//;
2213 dump_section($file, $section, $contents);
2214 $section = $section_default;
2240 dump_section($file, $section, $contents);
2241 $section = $section_default;
2254 $section = $newsection;
2258 dump_section($file, $section, $contents);
2259 $section = $section_default;
2274 if ($section eq $section_context) {
2275 dump_section($file, $section, $contents);
2276 $section = $section_default;
2281 if ($section ne $section_default) {
2295 if ($section =~ m/^@/ || $section eq $section_context) {
2322 $section = $1;
2326 dump_section($file, $section, $contents);
2327 $section = $section_default;
2347 dump_doc_section($file, $section, $contents);
2348 $section = $section_default;
2375 $section = $1;
2388 dump_section($file, $section, $contents);
2389 $section = $section_default;