Searched refs:stack_max1 (Results 1 – 3 of 3) sorted by relevance
295 SAVEVPTR(parser->stack_max1); in Perl_yyparse()305 parser->stack_max1 = parser->stack + YYINITDEPTH - 1; in Perl_yyparse()327 if (ps >= parser->stack_max1) { in Perl_yyparse()329 Size_t newsize = 2 * (parser->stack_max1 + 2 - parser->stack); in Perl_yyparse()333 parser->stack_max1 = parser->stack + newsize - 1; in Perl_yyparse()
46 yy_stack_frame *stack_max1;/* (top-1)th element of allocated stack */ member
873 parser->stack_max1 = NULL; in Perl_lex_start()