Lines Matching refs:section

286 my $section = $section_default;
567 my ($parameter, $section);
608 foreach $section (@{$args{'sectionlist'}}) {
609 print ".SH \"", uc $section, "\"\n";
610 output_highlight($args{'sections'}{$section});
618 my ($parameter, $section);
649 foreach $section (@{$args{'sectionlist'}}) {
650 print ".SH \"$section\"\n";
651 output_highlight($args{'sections'}{$section});
659 my ($parameter, $section);
684 foreach $section (@{$args{'sectionlist'}}) {
685 print ".SH \"$section\"\n";
686 output_highlight($args{'sections'}{$section});
694 my ($parameter, $section);
701 foreach $section (@{$args{'sectionlist'}}) {
702 print ".SH \"$section\"\n";
703 output_highlight($args{'sections'}{$section});
709 my ($parameter, $section);
714 foreach $section (@{$args{'sectionlist'}}) {
715 print ".SH \"$section\"\n";
716 output_highlight($args{'sections'}{$section});
731 my ($parameter, $section);
733 foreach $section (@{$args{'sectionlist'}}) {
734 next if (defined($nosymbol_table{$section}));
737 print ".. _$section:\n\n";
738 print "**$section**\n\n";
740 print_lineno($section_start_lines{$section});
741 output_highlight_rst($args{'sections'}{$section});
819 my ($parameter, $section);
925 my $section;
928 foreach $section (@{$args{'sectionlist'}}) {
929 print $lineprefix . "**$section**\n\n";
930 print_lineno($section_start_lines{$section});
931 output_highlight_rst($args{'sections'}{$section});
2029 $section = $section_intro;
2031 $section = $1;
2064 $section = $section_default;
2109 dump_section($file, $section, $contents);
2110 $section = $section_default;
2135 dump_section($file, $section, $contents);
2136 $section = $section_default;
2149 $section = $newsection;
2153 dump_section($file, $section, $contents);
2154 $section = $section_default;
2168 if ($section eq $section_context) {
2169 dump_section($file, $section, $contents);
2170 $section = $section_default;
2175 if ($section ne $section_default) {
2189 if ($section =~ m/^@/ || $section eq $section_context) {
2215 $section = $1;
2219 dump_section($file, $section, $contents);
2220 $section = $section_default;
2240 dump_doc_section($file, $section, $contents);
2241 $section = $section_default;
2268 $section = $1;
2281 dump_section($file, $section, $contents);
2282 $section = $section_default;