Searched refs:YYINITDEPTH (Results 1 – 12 of 12) sorted by relevance
541 #ifndef YYINITDEPTH542 # define YYINITDEPTH 200 macro700 short yyssa[YYINITDEPTH]; in yyparse()705 YYSTYPE yyvsa[YYINITDEPTH]; in yyparse()711 YYLTYPE yylsa[YYINITDEPTH]; in yyparse()722 YYSIZE_T yystacksize = YYINITDEPTH; in yyparse()
735 #ifndef YYINITDEPTH736 # define YYINITDEPTH ]b4_stack_depth_init[1018 yytype_int16 yyssa[YYINITDEPTH];1023 YYSTYPE yyvsa[YYINITDEPTH];1029 YYLTYPE yylsa[YYINITDEPTH];1037 YYSIZE_T yystacksize = YYINITDEPTH;
600 #ifndef YYINITDEPTH601 # define YYINITDEPTH ]b4_stack_depth_init[2319 if (! yyinitGLRStack (yystackp, YYINITDEPTH))
1168 #ifndef YYINITDEPTH1169 # define YYINITDEPTH 200 macro1511 yytype_int16 yyssa[YYINITDEPTH];1516 YYSTYPE yyvsa[YYINITDEPTH];1521 YYLTYPE yylsa[YYINITDEPTH];1529 YYSIZE_T yystacksize = YYINITDEPTH;
801 #ifndef YYINITDEPTH802 # define YYINITDEPTH 200 macro1010 short yyssa[YYINITDEPTH];1015 YYSTYPE yyvsa[YYINITDEPTH];1023 YYSIZE_T yystacksize = YYINITDEPTH;
1310 #ifndef YYINITDEPTH1311 # define YYINITDEPTH 200 macro1568 short int yyssa[YYINITDEPTH];1573 YYSTYPE yyvsa[YYINITDEPTH];1581 YYSIZE_T yystacksize = YYINITDEPTH;
62 #define YYINITDEPTH 10
180 #define YYINITDEPTH 10
1075 (YYINITDEPTH): This is what used to be YYMAXDEPTH.
3004 Also, explain the constraints on YYINITDEPTH.
5869 @code{YYINITDEPTH}.5875 @vindex YYINITDEPTH5877 macro @code{YYINITDEPTH} to a positive integer. For the C5882 Do not allow @code{YYINITDEPTH} to be greater than @code{YYMAXDEPTH}.5888 suggested to grow @code{YYINITDEPTH}. The Bison maintainers hope to fix8404 @deffn {Macro} YYINITDEPTH8710 @c LocalWords: YYINITDEPTH stmnts ref stmnt initdcl maybeasm VCG notype
5420 space. Also, do not allow `YYMAXDEPTH' to be less than `YYINITDEPTH'.5425 macro `YYINITDEPTH' to a positive integer. For the C LALR(1) parser,5430 Do not allow `YYINITDEPTH' to be greater than `YYMAXDEPTH'.5435 suggested to grow `YYINITDEPTH'. The Bison maintainers hope to fix7652 -- Macro: YYINITDEPTH8822 * YYINITDEPTH <1>: Table of Symbols. (line 233)8823 * YYINITDEPTH: Memory Management. (line 32)