HomeSort by: relevance | last modified time | path
    Searched defs:YYINITDEPTH (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/compiler/
dtcompilerparser.tab.c 961 /* YYINITDEPTH -- initial size of the parser's stacks. */
962 #ifndef YYINITDEPTH
963 # define YYINITDEPTH 200
1290 yytype_int16 yyssa[YYINITDEPTH];
1295 YYSTYPE yyvsa[YYINITDEPTH];
1325 yystacksize = YYINITDEPTH;
dtparser.tab.c 1043 /* YYINITDEPTH -- initial size of the parser's stacks. */
1044 #ifndef YYINITDEPTH
1045 # define YYINITDEPTH 200
1372 yytype_int16 yyssa[YYINITDEPTH];
1377 YYSTYPE yyvsa[YYINITDEPTH];
1407 yystacksize = YYINITDEPTH;
prparser.tab.c 1046 /* YYINITDEPTH -- initial size of the parser's stacks. */
1047 #ifndef YYINITDEPTH
1048 # define YYINITDEPTH 200
1375 yytype_int16 yyssa[YYINITDEPTH];
1380 YYSTYPE yyvsa[YYINITDEPTH];
1410 yystacksize = YYINITDEPTH;

Completed in 16 milliseconds