Home
last modified time | relevance | path

Searched refs:YYINITDEPTH (Results 1 – 12 of 12) sorted by relevance

/external/e2fsprogs/intl/
Dplural.c541 #ifndef YYINITDEPTH
542 # define YYINITDEPTH 200 macro
700 short yyssa[YYINITDEPTH]; in yyparse()
705 YYSTYPE yyvsa[YYINITDEPTH]; in yyparse()
711 YYLTYPE yylsa[YYINITDEPTH]; in yyparse()
722 YYSIZE_T yystacksize = YYINITDEPTH; in yyparse()
/external/bison/data/
Dyacc.c735 #ifndef YYINITDEPTH
736 # define YYINITDEPTH ]b4_stack_depth_init[
1018 yytype_int16 yyssa[YYINITDEPTH];
1023 YYSTYPE yyvsa[YYINITDEPTH];
1029 YYLTYPE yylsa[YYINITDEPTH];
1037 YYSIZE_T yystacksize = YYINITDEPTH;
Dglr.c600 #ifndef YYINITDEPTH
601 # define YYINITDEPTH ]b4_stack_depth_init[
2319 if (! yyinitGLRStack (yystackp, YYINITDEPTH))
/external/bison/src/
Dparse-gram.c1168 #ifndef YYINITDEPTH
1169 # define YYINITDEPTH 200 macro
1511 yytype_int16 yyssa[YYINITDEPTH];
1516 YYSTYPE yyvsa[YYINITDEPTH];
1521 YYLTYPE yylsa[YYINITDEPTH];
1529 YYSIZE_T yystacksize = YYINITDEPTH;
/external/elfutils/src/
Dldscript.c801 #ifndef YYINITDEPTH
802 # define YYINITDEPTH 200 macro
1010 short yyssa[YYINITDEPTH];
1015 YYSTYPE yyvsa[YYINITDEPTH];
1023 YYSIZE_T yystacksize = YYINITDEPTH;
/external/libpcap/
Dgrammar.c1310 #ifndef YYINITDEPTH
1311 # define YYINITDEPTH 200 macro
1568 short int yyssa[YYINITDEPTH];
1573 YYSTYPE yyvsa[YYINITDEPTH];
1581 YYSIZE_T yystacksize = YYINITDEPTH;
/external/bison/tests/
Dcxx-type.at62 #define YYINITDEPTH 10
Dactions.at180 #define YYINITDEPTH 10
/external/bison/
DOChangeLog1075 (YYINITDEPTH): This is what used to be YYMAXDEPTH.
DChangeLog3004 Also, explain the constraints on YYINITDEPTH.
/external/bison/doc/
Dbison.texinfo5869 @code{YYINITDEPTH}.
5875 @vindex YYINITDEPTH
5877 macro @code{YYINITDEPTH} to a positive integer. For the C
5882 Do not allow @code{YYINITDEPTH} to be greater than @code{YYMAXDEPTH}.
5888 suggested to grow @code{YYINITDEPTH}. The Bison maintainers hope to fix
8404 @deffn {Macro} YYINITDEPTH
8710 @c LocalWords: YYINITDEPTH stmnts ref stmnt initdcl maybeasm VCG notype
Dbison.info5420 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 fix
7652 -- Macro: YYINITDEPTH
8822 * YYINITDEPTH <1>: Table of Symbols. (line 233)
8823 * YYINITDEPTH: Memory Management. (line 32)