Searched refs:newsection (Results 1 – 2 of 2) sorted by relevance
33 def newsection(): function36 current_section = newsection()59 current_section = 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;[all …]