Lines Matching refs:newsection
326 my ($newsection, $newcontents, $prototype, $brcount, %source_map);
2145 $newsection = $1;
2149 if ($newsection =~ m/^description$/i) {
2150 $newsection = $section_default;
2151 } elsif ($newsection =~ m/^context$/i) {
2152 $newsection = $section_context;
2153 } elsif ($newsection =~ m/^returns?$/i) {
2154 $newsection = $section_return;
2155 } elsif ($newsection =~ m/^\@return$/) {
2157 $newsection = $section_return;
2179 $section = $newsection;