Searched refs:yyNewState (Results 1 – 3 of 3) sorted by relevance
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | lempar.c | 397 int yyNewState, /* The new state to shift in */ in yy_shift() argument 419 yytos->stateno = yyNewState; in yy_shift() 425 fprintf(yyTraceFILE,"%sShift %d\n",yyTracePrompt,yyNewState); in yy_shift()
|
| H A D | mod_ssi_exprparser.c | 485 int yyNewState, /* The new state to shift in */ in yy_shift() argument 506 yytos->stateno = yyNewState; in yy_shift() 512 fprintf(yyTraceFILE,"%sShift %d\n",yyTracePrompt,yyNewState); in yy_shift()
|
| H A D | configparser.c | 691 int yyNewState, /* The new state to shift in */ in yy_shift() argument 712 yytos->stateno = yyNewState; in yy_shift() 718 fprintf(yyTraceFILE,"%sShift %d\n",yyTracePrompt,yyNewState); in yy_shift()
|