Searched refs:yygoto (Results 1 – 3 of 3) sorted by relevance
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | lempar.c | 454 int yygoto; /* The next state */ in yy_reduce() local 480 yygoto = yyRuleInfo[yyruleno].lhs; in yy_reduce() 483 yyact = yy_find_reduce_action(yypParser,yygoto); in yy_reduce() 485 yy_shift(yypParser,yyact,yygoto,&yygotominor); in yy_reduce()
|
| H A D | mod_ssi_exprparser.c | 556 int yygoto; /* The next state */ in yy_reduce() local 741 yygoto = yyRuleInfo[yyruleno].lhs; in yy_reduce() 744 yyact = yy_find_reduce_action(yypParser,yygoto); in yy_reduce() 746 yy_shift(yypParser,yyact,yygoto,&yygotominor); in yy_reduce()
|
| H A D | configparser.c | 786 int yygoto; /* The next state */ in yy_reduce() local 1401 yygoto = yyRuleInfo[yyruleno].lhs; in yy_reduce() 1404 yyact = yy_find_reduce_action(yypParser,yygoto); in yy_reduce() 1406 yy_shift(yypParser,yyact,yygoto,&yygotominor); in yy_reduce()
|