Searched refs:quotation_stack (Results 1 – 2 of 2) sorted by relevance
1289 static QUOTATION_ELT *quotation_stack = NULL; variable1300 new->next = quotation_stack; in xml_insert_quotation()1301 quotation_stack = new; in xml_insert_quotation()1304 type = quotation_stack->type; in xml_insert_quotation()1336 QUOTATION_ELT *temp = quotation_stack; in xml_insert_quotation()1339 quotation_stack = quotation_stack->next; in xml_insert_quotation()
3546 (xml_insert_quotation): reimplemented quotation_stack handling.