Lines Matching refs:newsection
312 my ($newsection, $newcontents, $prototype, $brcount, %source_map);
1938 $newsection = $1;
1942 if ($newsection =~ m/^description$/i) {
1943 $newsection = $section_default;
1944 } elsif ($newsection =~ m/^context$/i) {
1945 $newsection = $section_context;
1946 } elsif ($newsection =~ m/^returns?$/i) {
1947 $newsection = $section_return;
1948 } elsif ($newsection =~ m/^\@return$/) {
1950 $newsection = $section_return;
1972 $section = $newsection;