Searched refs:yy_stack_frame (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/
H A Dparser.h22 } yy_stack_frame; typedef in typeref:struct:__anon90
45 yy_stack_frame *stack; /* base of stack */
46 yy_stack_frame *stack_max1;/* (top-1)th element of allocated stack */
47 yy_stack_frame *ps; /* current stack frame */
H A Dperly.c138 const yy_stack_frame *ps, *min;
225 yy_stack_frame *ps = parser->ps;
276 yy_stack_frame *ps; /* current parser stack frame */
304 Newx(parser->stack, YYINITDEPTH, yy_stack_frame);
331 Renew(parser->stack, newsize, yy_stack_frame);

Completed in 173 milliseconds