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});
2060 $section = $section_intro;
2062 $section = $1;
2075 $section = $section_default;
2128 if ($section =~ /\w\.\.\.$/) {
2129 $section =~ s/\.\.\.$//;
2138 dump_section($file, $section, $contents);
2139 $section = $section_default;
2165 dump_section($file, $section, $contents);
2166 $section = $section_default;
2179 $section = $newsection;
2183 dump_section($file, $section, $contents);
2184 $section = $section_default;
2199 if ($section eq $section_context) {
2200 dump_section($file, $section, $contents);
2201 $section = $section_default;
2206 if ($section ne $section_default) {
2220 if ($section =~ m/^@/ || $section eq $section_context) {
2247 $section = $1;
2251 dump_section($file, $section, $contents);
2252 $section = $section_default;
2272 dump_doc_section($file, $section, $contents);
2273 $section = $section_default;
2300 $section = $1;
2313 dump_section($file, $section, $contents);
2314 $section = $section_default;