Searched defs:in_section (Results 1 - 1 of 1) sorted by relevance

/systemd/src/locale/
H A Dlocaled.c205 bool in_section = false; local
223 if (in_section && first_word(l, "Option")) {
249 } else if (!in_section && first_word(l, "Section")) {
257 in_section = true;
259 } else if (in_section && first_word(l, "EndSection"))
260 in_section = false;

Completed in 16 milliseconds