Home
last modified time | relevance | path

Searched refs:in_section (Results 1 – 1 of 1) sorted by relevance

/systemd-251/src/locale/
Dkeymap-util.c194 bool in_section = false; in x11_read_data() local
243 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()