Searched refs:top_stack (Results 1 – 3 of 3) sorted by relevance
485 *top_stack; /* Top stack ptr */ variable496 if (top_stack && top_stack->prev) in push_parse_stack()497 new = top_stack->prev; in push_parse_stack()501 if (top_stack) in push_parse_stack()505 *new = *top_stack; in push_parse_stack()506 top_stack->prev = new; in push_parse_stack()508 new->next = top_stack; in push_parse_stack()510 top_stack = new; in push_parse_stack()518 if (!top_stack) in pop_parse_stack()520 if (top_stack->next) in pop_parse_stack()[all …]
4389 (parse_external): Eliminate cur_stab and obscure top_stack clobbers.4393 for clarity. Set top_stack before calling parse_external. In
2998 (parse_external): Comment clobbering of top_stack.