Searched refs:in_section (Results 1 – 1 of 1) sorted by relevance
194 bool in_section = false; in x11_read_data() local243 if (in_section && first_word(l, "Option")) { in x11_read_data()266 } else if (!in_section && first_word(l, "Section")) { in x11_read_data()274 in_section = true; in x11_read_data()276 } else if (in_section && first_word(l, "EndSection")) in x11_read_data()277 in_section = false; in x11_read_data()