Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libsqlite/tool/
H A Dlempar.c453 int yygoto; /* The next state */ in yy_reduce() local
479 yygoto = yyRuleInfo[yyruleno].lhs; in yy_reduce()
482 yyact = yy_find_reduce_action(yypParser,yygoto); in yy_reduce()
484 yy_shift(yypParser,yyact,yygoto,&yygotominor); in yy_reduce()