Searched defs:if_stack (Results 1 – 1 of 1) sorted by relevance
478 struct if_stack *if_stack; member900 struct if_stack { struct901 struct if_stack *next; /* for chaining to the next stack frame */ argument910 typedef struct if_stack IF_STACK_FRAME; argument911 static IF_STACK_FRAME *if_stack = NULL; variable