Searched refs:xml_in_menu_entry_comment (Results 1 – 1 of 1) sorted by relevance
519 int xml_in_menu_entry_comment = 0; variable1109 if (xml_in_menu_entry_comment) in xml_start_menu_entry()1112 xml_in_menu_entry_comment=0; in xml_start_menu_entry()1145 xml_in_menu_entry_comment ++; in xml_start_menu_entry()1153 if (xml_in_menu_entry_comment) in xml_end_menu()1156 xml_in_menu_entry_comment --; in xml_end_menu()1233 if (xml_in_menu_entry_comment && character == '\n' && xml_last_character == '\n') in xml_add_char()1236 xml_in_menu_entry_comment = 0; in xml_add_char()1241 if (xml_in_menu_entry_comment && whitespace(character) in xml_add_char()