Searched refs:enclosure_stack (Results 1 – 1 of 1) sorted by relevance
1049 static enclosure_stack_type *enclosure_stack; variable1081 new->next = enclosure_stack; in enclosure_command()1082 enclosure_stack = new; in enclosure_command()1097 add_word (enclosure_stack->current->before); in enclosure_expand()1102 add_word (enclosure_stack->current->after); in enclosure_expand()1104 temp = enclosure_stack; in enclosure_expand()1105 enclosure_stack = enclosure_stack->next; in enclosure_expand()