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});
2115 $section = $section_intro;
2117 $section = $1;
2150 $section = $section_default;
2205 if ($section =~ /\w\.\.\.$/) {
2206 $section =~ s/\.\.\.$//;
2215 dump_section($file, $section, $contents);
2216 $section = $section_default;
2242 dump_section($file, $section, $contents);
2243 $section = $section_default;
2256 $section = $newsection;
2260 dump_section($file, $section, $contents);
2261 $section = $section_default;
2276 if ($section eq $section_context) {
2277 dump_section($file, $section, $contents);
2278 $section = $section_default;
2283 if ($section ne $section_default) {
2297 if ($section =~ m/^@/ || $section eq $section_context) {
2324 $section = $1;
2328 dump_section($file, $section, $contents);
2329 $section = $section_default;
2349 dump_doc_section($file, $section, $contents);
2350 $section = $section_default;
2377 $section = $1;
2390 dump_section($file, $section, $contents);
2391 $section = $section_default;