Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_ssi_exprparser.c76 #define YYSTACKDEPTH 100 macro
209 yyStackEntry yystack[YYSTACKDEPTH]; /* The parser's stack */
491 if( yypParser->yyidx>=YYSTACKDEPTH ){ in yy_shift()
H A Dlempar.c155 yyStackEntry yystack[YYSTACKDEPTH]; /* The parser's stack */
403 if( yypParser->yyidx>=YYSTACKDEPTH ){ in yy_shift()
H A Dconfigparser.c173 #define YYSTACKDEPTH 100 macro
336 yyStackEntry yystack[YYSTACKDEPTH]; /* The parser's stack */
697 if( yypParser->yyidx>=YYSTACKDEPTH ){ in yy_shift()