Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/
H A Dparser.h22 } yy_stack_frame; typedef
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; in yy_stack_print()
225 yy_stack_frame *ps = parser->ps; in S_clear_yystack()
276 yy_stack_frame *ps; /* current parser stack frame */ in Perl_yyparse()
304 Newx(parser->stack, YYINITDEPTH, yy_stack_frame); in Perl_yyparse()
331 Renew(parser->stack, newsize, yy_stack_frame); in Perl_yyparse()