Home
last modified time | relevance | path

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

/netbsd/external/gpl2/texinfo/dist/makeinfo/
H A Dmacro.c1051 static enclosure_stack_type *enclosure_stack; variable
1083 new->next = enclosure_stack; in enclosure_command()
1084 enclosure_stack = new; in enclosure_command()
1099 add_word (enclosure_stack->current->before); in enclosure_expand()
1104 add_word (enclosure_stack->current->after); in enclosure_expand()
1106 temp = enclosure_stack; in enclosure_expand()
1107 enclosure_stack = enclosure_stack->next; in enclosure_expand()