Lines Matching refs:section
1232 function show_file_block($file, $block, $section = null) argument
1238 if (is_null($section)) {
1239 $section = strtoupper($file);
1242 echo "\n========" . $section . "========\n";
1300 $section = 'TEST';
1313 $section = (string) $r[1];
1315 if (isset($section_text[$section]) && $section_text[$section]) {
1316 $bork_info = "duplicated $section section";
1320 if (!in_array($section, array(
1329 $bork_info = 'Unknown section "' . $section . '"';
1332 $section_text[$section] = '';
1333 $secfile = $section == 'FILE' || $section == 'FILEEOF' || $section == 'FILE_EXTERNAL';
1340 $section_text[$section] .= $line;