Lines Matching refs:section

277 my $section = $section_default;
548 my ($parameter, $section);
589 foreach $section (@{$args{'sectionlist'}}) {
590 print ".SH \"", uc $section, "\"\n";
591 output_highlight($args{'sections'}{$section});
599 my ($parameter, $section);
630 foreach $section (@{$args{'sectionlist'}}) {
631 print ".SH \"$section\"\n";
632 output_highlight($args{'sections'}{$section});
640 my ($parameter, $section);
665 foreach $section (@{$args{'sectionlist'}}) {
666 print ".SH \"$section\"\n";
667 output_highlight($args{'sections'}{$section});
675 my ($parameter, $section);
682 foreach $section (@{$args{'sectionlist'}}) {
683 print ".SH \"$section\"\n";
684 output_highlight($args{'sections'}{$section});
690 my ($parameter, $section);
695 foreach $section (@{$args{'sectionlist'}}) {
696 print ".SH \"$section\"\n";
697 output_highlight($args{'sections'}{$section});
712 my ($parameter, $section);
714 foreach $section (@{$args{'sectionlist'}}) {
715 next if (defined($nosymbol_table{$section}));
718 print ".. _$section:\n\n";
719 print "**$section**\n\n";
721 print_lineno($section_start_lines{$section});
722 output_highlight_rst($args{'sections'}{$section});
800 my ($parameter, $section);
899 my $section;
903 foreach $section (@{$args{'sectionlist'}}) {
904 print "**$section**\n\n";
905 print_lineno($section_start_lines{$section});
906 output_highlight_rst($args{'sections'}{$section});
1982 $section = $section_intro;
1984 $section = $1;
2017 $section = $section_default;
2064 if ($section =~ /\w\.\.\.$/) {
2065 $section =~ s/\.\.\.$//;
2073 dump_section($file, $section, $contents);
2074 $section = $section_default;
2099 dump_section($file, $section, $contents);
2100 $section = $section_default;
2113 $section = $newsection;
2117 dump_section($file, $section, $contents);
2118 $section = $section_default;
2132 if ($section eq $section_context) {
2133 dump_section($file, $section, $contents);
2134 $section = $section_default;
2139 if ($section ne $section_default) {
2153 if ($section =~ m/^@/ || $section eq $section_context) {
2179 $section = $1;
2183 dump_section($file, $section, $contents);
2184 $section = $section_default;
2204 dump_doc_section($file, $section, $contents);
2205 $section = $section_default;
2232 $section = $1;
2245 dump_section($file, $section, $contents);
2246 $section = $section_default;