Lines Matching refs:section
427 my $section = $section_default;
677 my ($parameter, $section);
718 foreach $section (@{$args{'sectionlist'}}) {
719 print ".SH \"", uc $section, "\"\n";
720 output_highlight($args{'sections'}{$section});
728 my ($parameter, $section);
759 foreach $section (@{$args{'sectionlist'}}) {
760 print ".SH \"$section\"\n";
761 output_highlight($args{'sections'}{$section});
769 my ($parameter, $section);
794 foreach $section (@{$args{'sectionlist'}}) {
795 print ".SH \"$section\"\n";
796 output_highlight($args{'sections'}{$section});
804 my ($parameter, $section);
811 foreach $section (@{$args{'sectionlist'}}) {
812 print ".SH \"$section\"\n";
813 output_highlight($args{'sections'}{$section});
819 my ($parameter, $section);
824 foreach $section (@{$args{'sectionlist'}}) {
825 print ".SH \"$section\"\n";
826 output_highlight($args{'sections'}{$section});
841 my ($parameter, $section);
843 foreach $section (@{$args{'sectionlist'}}) {
844 next if (defined($nosymbol_table{$section}));
847 print ".. _$section:\n\n";
848 print "**$section**\n\n";
850 print_lineno($section_start_lines{$section});
851 output_highlight_rst($args{'sections'}{$section});
929 my ($parameter, $section);
1028 my $section;
1032 foreach $section (@{$args{'sectionlist'}}) {
1033 print "**$section**\n\n";
1034 print_lineno($section_start_lines{$section});
1035 output_highlight_rst($args{'sections'}{$section});
2104 $section = $section_intro;
2106 $section = $1;
2139 $section = $section_default;
2194 if ($section =~ /\w\.\.\.$/) {
2195 $section =~ s/\.\.\.$//;
2204 dump_section($file, $section, $contents);
2205 $section = $section_default;
2231 dump_section($file, $section, $contents);
2232 $section = $section_default;
2245 $section = $newsection;
2249 dump_section($file, $section, $contents);
2250 $section = $section_default;
2265 if ($section eq $section_context) {
2266 dump_section($file, $section, $contents);
2267 $section = $section_default;
2272 if ($section ne $section_default) {
2286 if ($section =~ m/^@/ || $section eq $section_context) {
2313 $section = $1;
2317 dump_section($file, $section, $contents);
2318 $section = $section_default;
2338 dump_doc_section($file, $section, $contents);
2339 $section = $section_default;
2366 $section = $1;
2379 dump_section($file, $section, $contents);
2380 $section = $section_default;