Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/texinfo/dist/makeinfo/
H A Dxml.h38 extern int xml_last_section_output_position;
H A Dxml.c1758 int xml_last_section_output_position = 0; variable
1793 int l = output_paragraph_offset-xml_last_section_output_position; in xml_begin_index()
1812 output_paragraph_offset = xml_last_section_output_position; in xml_begin_index()
1813 xml_last_section_output_position = 0; in xml_begin_index()
H A Dsectioning.c368 xml_last_section_output_position = output_paragraph_offset; in sectioning_underscore()