Lines Matching refs:section
289 my $section = $section_default;
570 my ($parameter, $section);
611 foreach $section (@{$args{'sectionlist'}}) {
612 print ".SH \"", uc $section, "\"\n";
613 output_highlight($args{'sections'}{$section});
621 my ($parameter, $section);
651 foreach $section (@{$args{'sectionlist'}}) {
652 print ".SH \"$section\"\n";
653 output_highlight($args{'sections'}{$section});
661 my ($parameter, $section);
686 foreach $section (@{$args{'sectionlist'}}) {
687 print ".SH \"$section\"\n";
688 output_highlight($args{'sections'}{$section});
696 my ($parameter, $section);
703 foreach $section (@{$args{'sectionlist'}}) {
704 print ".SH \"$section\"\n";
705 output_highlight($args{'sections'}{$section});
711 my ($parameter, $section);
716 foreach $section (@{$args{'sectionlist'}}) {
717 print ".SH \"$section\"\n";
718 output_highlight($args{'sections'}{$section});
733 my ($parameter, $section);
735 foreach $section (@{$args{'sectionlist'}}) {
736 next if (defined($nosymbol_table{$section}));
739 print ".. _$section:\n\n";
740 print "**$section**\n\n";
742 print_lineno($section_start_lines{$section});
743 output_highlight_rst($args{'sections'}{$section});
821 my ($parameter, $section);
924 my $section;
927 foreach $section (@{$args{'sectionlist'}}) {
928 print $lineprefix . "**$section**\n\n";
929 print_lineno($section_start_lines{$section});
930 output_highlight_rst($args{'sections'}{$section});
2048 $section = $section_intro;
2050 $section = $1;
2083 $section = $section_default;
2128 dump_section($file, $section, $contents);
2129 $section = $section_default;
2155 dump_section($file, $section, $contents);
2156 $section = $section_default;
2169 $section = $newsection;
2173 dump_section($file, $section, $contents);
2174 $section = $section_default;
2188 if ($section eq $section_context) {
2189 dump_section($file, $section, $contents);
2190 $section = $section_default;
2195 if ($section ne $section_default) {
2209 if ($section =~ m/^@/ || $section eq $section_context) {
2235 $section = $1;
2239 dump_section($file, $section, $contents);
2240 $section = $section_default;
2260 dump_doc_section($file, $section, $contents);
2261 $section = $section_default;
2288 $section = $1;
2301 dump_section($file, $section, $contents);
2302 $section = $section_default;