Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/texinfo/dist/makeinfo/
H A Dxml.c1291 static QUOTATION_ELT *quotation_stack = NULL; variable
1302 new->next = quotation_stack; in xml_insert_quotation()
1303 quotation_stack = new; in xml_insert_quotation()
1306 type = quotation_stack->type; in xml_insert_quotation()
1338 QUOTATION_ELT *temp = quotation_stack; in xml_insert_quotation()
1341 quotation_stack = quotation_stack->next; in xml_insert_quotation()
/netbsd-src/external/gpl2/texinfo/dist/
H A DChangeLog3546 (xml_insert_quotation): reimplemented quotation_stack handling.