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

/openbsd-current/gnu/usr.bin/perl/
H A Dperly.c295 SAVEVPTR(parser->stack_max1);
305 parser->stack_max1 = parser->stack + YYINITDEPTH - 1;
324 * Note that stack_max1 points to the (top-1)th allocated stack
327 if (ps >= parser->stack_max1) {
329 Size_t newsize = 2 * (parser->stack_max1 + 2 - parser->stack);
333 parser->stack_max1 = parser->stack + newsize - 1;
H A Dparser.h46 yy_stack_frame *stack_max1;/* (top-1)th element of allocated stack */ member in struct:yy_parser
H A Dtoke.c873 parser->stack_max1 = NULL;

Completed in 206 milliseconds