Searched refs:zparser_stack (Results 1 – 1 of 1) sorted by relevance
46 static zparser_type zparser_stack[MAXINCLUDES]; variable55 zparser_stack[include_stack_ptr].filename = parser->filename; in push_parser_state()56 zparser_stack[include_stack_ptr].line = parser->line; in push_parser_state()57 zparser_stack[include_stack_ptr].origin = parser->origin; in push_parser_state()74 parser->filename = zparser_stack[include_stack_ptr].filename; in pop_parser_state()75 parser->line = zparser_stack[include_stack_ptr].line; in pop_parser_state()76 parser->origin = zparser_stack[include_stack_ptr].origin; in pop_parser_state()