Home | History | Annotate | Download | only in xkbcomp

Lines Matching defs:YYMAXDEPTH

1237 /* YYMAXDEPTH -- maximum size the stacks can grow to (effective only
1241 YYSTACK_ALLOC_MAXIMUM < YYSTACK_BYTES (YYMAXDEPTH)
1244 #ifndef YYMAXDEPTH
1245 # define YYMAXDEPTH 10000
1860 if (YYMAXDEPTH <= yystacksize)
1863 if (YYMAXDEPTH < yystacksize)
1864 yystacksize = YYMAXDEPTH;