Home | History | Annotate | Download | only in config

Lines Matching refs:section_stack

511 struct section_stack
513 struct section_stack *next;
518 static struct section_stack *section_stack;
572 struct section_stack *elt;
573 elt = XNEW (struct section_stack);
574 elt->next = section_stack;
579 section_stack = elt;
1309 struct section_stack *top = section_stack;
1321 section_stack = top->next;