Searched refs:in_section (Results 1 – 4 of 4) sorted by relevance
57 my $in_section = 0;61 next if ($in_section && $line !~ /#define/ && $line !~ /SECTION/);62 next if (!$in_section && $line !~ /SECTION/);64 if ($in_section) {66 $in_section = 0;76 if (!$in_section) {80 $in_section = 1 if ($found_section);
159 bool in_section = false; in SplitSections() local169 if (!in_section) { in SplitSections()177 in_section = true; in SplitSections()
327 UNUSED bool in_section = false; in driParseOptionInfo() local332 in_section = true; in driParseOptionInfo()339 assert(in_section); in driParseOptionInfo()423 bool in_section = false; in driGetOptionsXml() local437 if (in_section) in driGetOptionsXml()445 in_section = true; in driGetOptionsXml()518 assert(in_section); in driGetOptionsXml()