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

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

Completed in 45 milliseconds