Lines Matching refs:section

278 my $section = $section_default;
549 my ($parameter, $section);
590 foreach $section (@{$args{'sectionlist'}}) {
591 print ".SH \"", uc $section, "\"\n";
592 output_highlight($args{'sections'}{$section});
600 my ($parameter, $section);
631 foreach $section (@{$args{'sectionlist'}}) {
632 print ".SH \"$section\"\n";
633 output_highlight($args{'sections'}{$section});
641 my ($parameter, $section);
666 foreach $section (@{$args{'sectionlist'}}) {
667 print ".SH \"$section\"\n";
668 output_highlight($args{'sections'}{$section});
676 my ($parameter, $section);
683 foreach $section (@{$args{'sectionlist'}}) {
684 print ".SH \"$section\"\n";
685 output_highlight($args{'sections'}{$section});
691 my ($parameter, $section);
696 foreach $section (@{$args{'sectionlist'}}) {
697 print ".SH \"$section\"\n";
698 output_highlight($args{'sections'}{$section});
713 my ($parameter, $section);
715 foreach $section (@{$args{'sectionlist'}}) {
716 next if (defined($nosymbol_table{$section}));
719 print ".. _$section:\n\n";
720 print "**$section**\n\n";
722 print_lineno($section_start_lines{$section});
723 output_highlight_rst($args{'sections'}{$section});
801 my ($parameter, $section);
907 my $section;
910 foreach $section (@{$args{'sectionlist'}}) {
911 print $lineprefix . "**$section**\n\n";
912 print_lineno($section_start_lines{$section});
913 output_highlight_rst($args{'sections'}{$section});
2003 $section = $section_intro;
2005 $section = $1;
2038 $section = $section_default;
2083 dump_section($file, $section, $contents);
2084 $section = $section_default;
2109 dump_section($file, $section, $contents);
2110 $section = $section_default;
2123 $section = $newsection;
2127 dump_section($file, $section, $contents);
2128 $section = $section_default;
2142 if ($section eq $section_context) {
2143 dump_section($file, $section, $contents);
2144 $section = $section_default;
2149 if ($section ne $section_default) {
2163 if ($section =~ m/^@/ || $section eq $section_context) {
2189 $section = $1;
2193 dump_section($file, $section, $contents);
2194 $section = $section_default;
2214 dump_doc_section($file, $section, $contents);
2215 $section = $section_default;
2242 $section = $1;
2255 dump_section($file, $section, $contents);
2256 $section = $section_default;