Home
last modified time | relevance | path

Searched refs:YYMAXDEPTH (Results 1 – 3 of 3) sorted by relevance

/original-bsd/usr.bin/yacc/test/
H A Derror.tab.c54 #undef YYMAXDEPTH
55 #define YYMAXDEPTH YYSTACKSIZE macro
57 #ifdef YYMAXDEPTH
58 #define YYSTACKSIZE YYMAXDEPTH
61 #define YYMAXDEPTH 500 macro
H A Dftp.tab.c362 #undef YYMAXDEPTH
363 #define YYMAXDEPTH YYSTACKSIZE macro
365 #ifdef YYMAXDEPTH
366 #define YYSTACKSIZE YYMAXDEPTH
369 #define YYMAXDEPTH 500 macro
/original-bsd/old/yacc/
H A Dold.yaccpar16 YYSTYPE yyv[YYMAXDEPTH]; /* where the values are stored */
23 short yys[YYMAXDEPTH];
42 if( ++yyps> &yys[YYMAXDEPTH] ) { yyerror( "yacc stack overflow" ); return(1); }