Lines Matching refs:section

286 my $section = $section_default;
509 my ($parameter, $section);
555 foreach $section (@{$args{'sectionlist'}}) {
556 print ".SH \"", uc $section, "\"\n";
557 output_highlight($args{'sections'}{$section});
565 my ($parameter, $section);
595 foreach $section (@{$args{'sectionlist'}}) {
596 print ".SH \"$section\"\n";
597 output_highlight($args{'sections'}{$section});
605 my ($parameter, $section);
630 foreach $section (@{$args{'sectionlist'}}) {
631 print ".SH \"$section\"\n";
632 output_highlight($args{'sections'}{$section});
640 my ($parameter, $section);
647 foreach $section (@{$args{'sectionlist'}}) {
648 print ".SH \"$section\"\n";
649 output_highlight($args{'sections'}{$section});
655 my ($parameter, $section);
660 foreach $section (@{$args{'sectionlist'}}) {
661 print ".SH \"$section\"\n";
662 output_highlight($args{'sections'}{$section});
677 my ($parameter, $section);
679 foreach $section (@{$args{'sectionlist'}}) {
680 next if (defined($nosymbol_table{$section}));
683 print ".. _$section:\n\n";
684 print "**$section**\n\n";
686 print_lineno($section_start_lines{$section});
687 output_highlight_rst($args{'sections'}{$section});
769 my ($parameter, $section);
868 my $section;
871 foreach $section (@{$args{'sectionlist'}}) {
872 print $lineprefix . "**$section**\n\n";
873 print_lineno($section_start_lines{$section});
874 output_highlight_rst($args{'sections'}{$section});
1978 $section = $section_intro;
1980 $section = $1;
2013 $section = $section_default;
2058 dump_section($file, $section, $contents);
2059 $section = $section_default;
2081 dump_section($file, $section, $contents);
2082 $section = $section_default;
2094 $section = $newsection;
2098 dump_section($file, $section, $contents);
2099 $section = $section_default;
2113 if ($section eq $section_context) {
2114 dump_section($file, $section, $contents);
2115 $section = $section_default;
2120 if ($section ne $section_default) {
2134 if ($section =~ m/^@/ || $section eq $section_context) {
2160 $section = $1;
2164 dump_section($file, $section, $contents);
2165 $section = $section_default;
2185 dump_doc_section($file, $section, $contents);
2186 $section = $section_default;
2213 $section = $1;
2226 dump_section($file, $section, $contents);
2227 $section = $section_default;