Lines Matching refs:last_section
1024 xml_section *last_section = NULL; variable
1071 while (last_section && last_section->level >= level) in xml_close_sections()
1073 xml_section *temp = last_section; in xml_close_sections()
1074 xml_insert_element (xml_element(last_section->name), END); in xml_close_sections()
1075 temp = last_section; in xml_close_sections()
1076 last_section = last_section->prev; in xml_close_sections()
1090 sect->prev = last_section; in xml_open_section()
1091 last_section = sect; in xml_open_section()
1791 xml_section *temp = last_section; in xml_begin_index()
1817 if (last_section) in xml_begin_index()
1818 last_section = last_section->prev; /* remove section from sections stack */ in xml_begin_index()