Home
last modified time | relevance | path

Searched refs:stack_max1 (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/
H A Dperly.c295 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()
H A Dparser.h46 yy_stack_frame *stack_max1;/* (top-1)th element of allocated stack */ member
H A Dtoke.c873 parser->stack_max1 = NULL; in Perl_lex_start()