Lines Matching refs:section
289 my $section = $section_default;
570 my ($parameter, $section);
616 foreach $section (@{$args{'sectionlist'}}) {
617 print ".SH \"", uc $section, "\"\n";
618 output_highlight($args{'sections'}{$section});
626 my ($parameter, $section);
656 foreach $section (@{$args{'sectionlist'}}) {
657 print ".SH \"$section\"\n";
658 output_highlight($args{'sections'}{$section});
666 my ($parameter, $section);
691 foreach $section (@{$args{'sectionlist'}}) {
692 print ".SH \"$section\"\n";
693 output_highlight($args{'sections'}{$section});
701 my ($parameter, $section);
708 foreach $section (@{$args{'sectionlist'}}) {
709 print ".SH \"$section\"\n";
710 output_highlight($args{'sections'}{$section});
716 my ($parameter, $section);
721 foreach $section (@{$args{'sectionlist'}}) {
722 print ".SH \"$section\"\n";
723 output_highlight($args{'sections'}{$section});
738 my ($parameter, $section);
740 foreach $section (@{$args{'sectionlist'}}) {
741 next if (defined($nosymbol_table{$section}));
744 print ".. _$section:\n\n";
745 print "**$section**\n\n";
747 print_lineno($section_start_lines{$section});
748 output_highlight_rst($args{'sections'}{$section});
826 my ($parameter, $section);
939 my $section;
942 foreach $section (@{$args{'sectionlist'}}) {
943 print $lineprefix . "**$section**\n\n";
944 print_lineno($section_start_lines{$section});
945 output_highlight_rst($args{'sections'}{$section});
2065 $section = $section_intro;
2067 $section = $1;
2100 $section = $section_default;
2145 dump_section($file, $section, $contents);
2146 $section = $section_default;
2172 dump_section($file, $section, $contents);
2173 $section = $section_default;
2186 $section = $newsection;
2190 dump_section($file, $section, $contents);
2191 $section = $section_default;
2205 if ($section eq $section_context) {
2206 dump_section($file, $section, $contents);
2207 $section = $section_default;
2212 if ($section ne $section_default) {
2226 if ($section =~ m/^@/ || $section eq $section_context) {
2252 $section = $1;
2256 dump_section($file, $section, $contents);
2257 $section = $section_default;
2277 dump_doc_section($file, $section, $contents);
2278 $section = $section_default;
2305 $section = $1;
2318 dump_section($file, $section, $contents);
2319 $section = $section_default;