Home | History | Annotate | Download | only in MISC

Lines Matching defs:yystacksize

379 #ifdef YYSTACKSIZE
381 #define YYMAXDEPTH YYSTACKSIZE
384 #define YYSTACKSIZE YYMAXDEPTH
386 #define YYSTACKSIZE 500
398 short yyss[YYSTACKSIZE];
399 YYSTYPE yyvs[YYSTACKSIZE];
400 #define yystacksize YYSTACKSIZE
593 if (yyssp >= yyss + yystacksize - 1)
634 if (yyssp >= yyss + yystacksize - 1)
1439 if (yyssp >= yyss + yystacksize - 1)