Searched refs:newsection (Results 1 – 5 of 5) sorted by relevance
/openbmc/u-boot/scripts/ |
H A D | kernel-doc | 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 …]
|
/openbmc/openbmc/poky/meta/lib/oeqa/utils/ |
H A D | logparser.py | 33 def newsection(): function 36 current_section = newsection() 59 current_section = newsection()
|
/openbmc/qemu/scripts/ |
H A D | kernel-doc | 326 my ($newsection, $newcontents, $prototype, $brcount, %source_map); 2141 $newsection = $1; 2145 if ($newsection =~ m/^description$/i) { 2146 $newsection = $section_default; 2147 } elsif ($newsection =~ m/^context$/i) { 2148 $newsection = $section_context; 2149 } elsif ($newsection =~ m/^returns?$/i) { 2150 $newsection = $section_return; 2151 } elsif ($newsection =~ m/^\@return$/) { 2153 $newsection = $section_return; [all …]
|
/openbmc/linux/scripts/ |
H A D | kernel-doc | 179 my ($newsection, $newcontents, $prototype, $brcount, %source_map); 2116 $newsection = $1; 2120 if ($newsection =~ m/^description$/i) { 2121 $newsection = $section_default; 2122 } elsif ($newsection =~ m/^context$/i) { 2123 $newsection = $section_context; 2124 } elsif ($newsection =~ m/^returns?$/i) { 2125 $newsection = $section_return; 2126 } elsif ($newsection =~ m/^\@return$/) { 2128 $newsection = $section_return; [all …]
|
/openbmc/linux/Documentation/cdrom/ |
H A D | cdrom-standard.rst | 593 newsection we explain what the need for this option is.
|