Searched defs:YYSTACKSIZE (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Tools/android/flex-2.5.4a/MISC/
H A Dparse.c379 #ifdef YYSTACKSIZE
381 #define YYMAXDEPTH YYSTACKSIZE
384 #define YYSTACKSIZE YYMAXDEPTH macro
386 #define YYSTACKSIZE 500 macro
398 short yyss[YYSTACKSIZE];
399 YYSTYPE yyvs[YYSTACKSIZE];
400 #define yystacksize YYSTACKSIZE

Completed in 20 milliseconds