Lines Matching refs:newsection
179 my ($newsection, $newcontents, $prototype, $brcount, %source_map);
2116 $newsection = $1;
2120 if ($newsection =~ m/^description$/i) {
2121 $newsection = $section_default;
2122 } elsif ($newsection =~ m/^context$/i) {
2123 $newsection = $section_context;
2124 } elsif ($newsection =~ m/^returns?$/i) {
2125 $newsection = $section_return;
2126 } elsif ($newsection =~ m/^\@return$/) {
2128 $newsection = $section_return;
2149 $section = $newsection;