Searched refs:quotation_stack (Results 1 – 2 of 2) sorted by relevance
1291 static QUOTATION_ELT *quotation_stack = NULL; variable1302 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()
3546 (xml_insert_quotation): reimplemented quotation_stack handling.