Home
last modified time | relevance | path

Searched refs:newsection (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dlogparser.py33 def newsection(): function
36 current_section = newsection()
59 current_section = newsection()
/openbmc/u-boot/scripts/
H A Dkernel-doc312 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 …]