Searched refs:YYINITDEPTH (Results 1 – 15 of 15) 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()
807 #ifndef YYINITDEPTH808 # define YYINITDEPTH 200 macro1098 yytype_int16 yyssa[YYINITDEPTH]; in yyparse()1103 YYSTYPE yyvsa[YYINITDEPTH]; in yyparse()1132 yystacksize = YYINITDEPTH; in yyparse()
241 yytype_int16 yyssa[YYINITDEPTH];246 YYSTYPE yyvsa[YYINITDEPTH];251 YYLTYPE yylsa[YYINITDEPTH];895 #ifndef YYINITDEPTH896 # define YYINITDEPTH ]b4_stack_depth_init[1562 yystacksize = YYINITDEPTH;]b4_lac_if([[
542 #ifndef YYINITDEPTH543 # define YYINITDEPTH ]b4_stack_depth_init[2283 if (! yyinitGLRStack (yystackp, YYINITDEPTH))
1327 #ifndef YYINITDEPTH1328 # define YYINITDEPTH 200 macro1934 yytype_int16 yyssa[YYINITDEPTH];1939 YYSTYPE yyvsa[YYINITDEPTH];1944 YYLTYPE yylsa[YYINITDEPTH];1983 yystacksize = YYINITDEPTH;
33 #define YYINITDEPTH 1
65 #define YYINITDEPTH 10
372 #define YYINITDEPTH 10
1561 #ifndef YYINITDEPTH1562 # define YYINITDEPTH 200 macro1847 yytype_int16 yyssa[YYINITDEPTH]; in yyparse()1852 YYSTYPE yyvsa[YYINITDEPTH]; in yyparse()1881 yystacksize = YYINITDEPTH; in yyparse()
922 /* YYINITDEPTH -- initial size of the parser's stacks. */923 #ifndef YYINITDEPTH924 # define YYINITDEPTH 2001211 short int yyssa[YYINITDEPTH];1216 YYSTYPE yyvsa[YYINITDEPTH];1224 YYSIZE_T yystacksize = YYINITDEPTH;
1828 #ifndef YYINITDEPTH1829 # define YYINITDEPTH 200 macro2130 yytype_int16 yyssa[YYINITDEPTH]; in yyparse()2135 YYSTYPE yyvsa[YYINITDEPTH]; in yyparse()2140 YYLTYPE yylsa[YYINITDEPTH]; in yyparse()2174 yystacksize = YYINITDEPTH; in yyparse()
1075 (YYINITDEPTH): This is what used to be YYMAXDEPTH.
11265 Also, explain the constraints on YYINITDEPTH.
7945 @code{YYINITDEPTH}.7951 @vindex YYINITDEPTH7953 macro @code{YYINITDEPTH} to a positive integer. For the deterministic7958 Do not allow @code{YYINITDEPTH} to be greater than @code{YYMAXDEPTH}.7964 suggested to grow @code{YYINITDEPTH}. The Bison maintainers hope to fix11900 @deffn {Macro} YYINITDEPTH12325 @c LocalWords: YYINITDEPTH stmts ref initdcl maybeasm notype Lookahead yyoutput
7541 space. Also, do not allow `YYMAXDEPTH' to be less than `YYINITDEPTH'.7546 macro `YYINITDEPTH' to a positive integer. For the deterministic7551 Do not allow `YYINITDEPTH' to be greater than `YYMAXDEPTH'.7556 suggested to grow `YYINITDEPTH'. The Bison maintainers hope to fix11023 -- Macro: YYINITDEPTH12608 * YYINITDEPTH <1>: Memory Management. (line 32)12609 * YYINITDEPTH: Table of Symbols. (line 324)