Searched refs:xml_in_menu_entry_comment (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/usr.bin/texinfo/makeinfo/
H A Dxml.c517 int xml_in_menu_entry_comment = 0; variable
1114 if (xml_in_menu_entry_comment)
1117 xml_in_menu_entry_comment=0;
1150 xml_in_menu_entry_comment ++;
1158 if (xml_in_menu_entry_comment)
1161 xml_in_menu_entry_comment --;
1238 if (xml_in_menu_entry_comment && character == '\n' && xml_last_character == '\n')
1241 xml_in_menu_entry_comment = 0;
1246 if (xml_in_menu_entry_comment && whitespace(character)

Completed in 105 milliseconds