Lines Matching refs:section

416 my $section = $section_default;
666 my ($parameter, $section);
707 foreach $section (@{$args{'sectionlist'}}) {
708 print ".SH \"", uc $section, "\"\n";
709 output_highlight($args{'sections'}{$section});
717 my ($parameter, $section);
748 foreach $section (@{$args{'sectionlist'}}) {
749 print ".SH \"$section\"\n";
750 output_highlight($args{'sections'}{$section});
758 my ($parameter, $section);
783 foreach $section (@{$args{'sectionlist'}}) {
784 print ".SH \"$section\"\n";
785 output_highlight($args{'sections'}{$section});
793 my ($parameter, $section);
800 foreach $section (@{$args{'sectionlist'}}) {
801 print ".SH \"$section\"\n";
802 output_highlight($args{'sections'}{$section});
808 my ($parameter, $section);
813 foreach $section (@{$args{'sectionlist'}}) {
814 print ".SH \"$section\"\n";
815 output_highlight($args{'sections'}{$section});
830 my ($parameter, $section);
832 foreach $section (@{$args{'sectionlist'}}) {
833 next if (defined($nosymbol_table{$section}));
836 print "**$section**\n\n";
838 print_lineno($section_start_lines{$section});
839 output_highlight_rst($args{'sections'}{$section});
917 my ($parameter, $section);
1016 my $section;
1020 foreach $section (@{$args{'sectionlist'}}) {
1021 print "**$section**\n\n";
1022 print_lineno($section_start_lines{$section});
1023 output_highlight_rst($args{'sections'}{$section});
2053 $section = $section_intro;
2055 $section = $1;
2068 $section = $section_default;
2121 if ($section =~ /\w\.\.\.$/) {
2122 $section =~ s/\.\.\.$//;
2131 dump_section($file, $section, $contents);
2132 $section = $section_default;
2158 dump_section($file, $section, $contents);
2159 $section = $section_default;
2172 $section = $newsection;
2176 dump_section($file, $section, $contents);
2177 $section = $section_default;
2192 if ($section eq $section_context) {
2193 dump_section($file, $section, $contents);
2194 $section = $section_default;
2199 if ($section ne $section_default) {
2213 if ($section =~ m/^@/ || $section eq $section_context) {
2240 $section = $1;
2244 dump_section($file, $section, $contents);
2245 $section = $section_default;
2265 dump_doc_section($file, $section, $contents);
2266 $section = $section_default;
2293 $section = $1;
2306 dump_section($file, $section, $contents);
2307 $section = $section_default;