Searched refs:YYMAXDEPTH (Results 26 - 29 of 29) sorted by relevance

12

/macosx-10.10.1/ruby-106/ruby/
H A Dparse.c727 /* Older versions of Yacc set YYMAXDEPTH to a very low value by default (150,
731 #ifndef YYMAXDEPTH
732 #define YYMAXDEPTH 10000 macro
4645 /* YYMAXDEPTH -- maximum size the stacks can grow to (effective only
4649 YYSTACK_ALLOC_MAXIMUM < YYSTACK_BYTES (YYMAXDEPTH)
4652 #ifndef YYMAXDEPTH
4653 # define YYMAXDEPTH 10000 macro
5086 if (YYMAXDEPTH <= yystacksize)
5089 if (YYMAXDEPTH < yystacksize)
5090 yystacksize = YYMAXDEPTH;
[all...]
H A Dparse.y667 /* Older versions of Yacc set YYMAXDEPTH to a very low value by default (150,
671 #ifndef YYMAXDEPTH
672 #define YYMAXDEPTH 10000
/macosx-10.10.1/swig-12/Source/CParse/
H A Dparser.c3953 /* YYMAXDEPTH -- maximum size the stacks can grow to (effective only
3957 YYSTACK_ALLOC_MAXIMUM < YYSTACK_BYTES (YYMAXDEPTH)
3960 #ifndef YYMAXDEPTH
3961 # define YYMAXDEPTH 10000 macro
4375 if (YYMAXDEPTH <= yystacksize)
4378 if (YYMAXDEPTH < yystacksize)
4379 yystacksize = YYMAXDEPTH;
/macosx-10.10.1/ruby-106/ruby/ext/ripper/
H A Dripper.y667 /* Older versions of Yacc set YYMAXDEPTH to a very low value by default (150,
671 #ifndef YYMAXDEPTH
672 #define YYMAXDEPTH 10000

Completed in 126 milliseconds

12