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