Lines Matching refs:section
277 my $section = $section_default;
542 my ($parameter, $section);
583 foreach $section (@{$args{'sectionlist'}}) {
584 print ".SH \"", uc $section, "\"\n";
585 output_highlight($args{'sections'}{$section});
593 my ($parameter, $section);
624 foreach $section (@{$args{'sectionlist'}}) {
625 print ".SH \"$section\"\n";
626 output_highlight($args{'sections'}{$section});
634 my ($parameter, $section);
659 foreach $section (@{$args{'sectionlist'}}) {
660 print ".SH \"$section\"\n";
661 output_highlight($args{'sections'}{$section});
669 my ($parameter, $section);
676 foreach $section (@{$args{'sectionlist'}}) {
677 print ".SH \"$section\"\n";
678 output_highlight($args{'sections'}{$section});
684 my ($parameter, $section);
689 foreach $section (@{$args{'sectionlist'}}) {
690 print ".SH \"$section\"\n";
691 output_highlight($args{'sections'}{$section});
706 my ($parameter, $section);
708 foreach $section (@{$args{'sectionlist'}}) {
709 next if (defined($nosymbol_table{$section}));
712 print ".. _$section:\n\n";
713 print "**$section**\n\n";
715 print_lineno($section_start_lines{$section});
716 output_highlight_rst($args{'sections'}{$section});
794 my ($parameter, $section);
893 my $section;
897 foreach $section (@{$args{'sectionlist'}}) {
898 print "**$section**\n\n";
899 print_lineno($section_start_lines{$section});
900 output_highlight_rst($args{'sections'}{$section});
1980 $section = $section_intro;
1982 $section = $1;
2015 $section = $section_default;
2070 if ($section =~ /\w\.\.\.$/) {
2071 $section =~ s/\.\.\.$//;
2080 dump_section($file, $section, $contents);
2081 $section = $section_default;
2107 dump_section($file, $section, $contents);
2108 $section = $section_default;
2121 $section = $newsection;
2125 dump_section($file, $section, $contents);
2126 $section = $section_default;
2141 if ($section eq $section_context) {
2142 dump_section($file, $section, $contents);
2143 $section = $section_default;
2148 if ($section ne $section_default) {
2162 if ($section =~ m/^@/ || $section eq $section_context) {
2189 $section = $1;
2193 dump_section($file, $section, $contents);
2194 $section = $section_default;
2214 dump_doc_section($file, $section, $contents);
2215 $section = $section_default;
2242 $section = $1;
2255 dump_section($file, $section, $contents);
2256 $section = $section_default;