Searched refs:YYINITDEPTH (Results 1 – 2 of 2) sorted by relevance
391 #ifndef YYINITDEPTH392 #define YYINITDEPTH 200 macro491 short yyssa[YYINITDEPTH]; /* the state stack */ in yyparse()492 YYSTYPE yyvsa[YYINITDEPTH]; /* the semantic value stack */ in yyparse()498 YYLTYPE yylsa[YYINITDEPTH]; /* the location stack */ in yyparse()507 int yystacksize = YYINITDEPTH; in yyparse()
187 #define YYINITDEPTH 600 /* State stack depth */ macro