Home
last modified time | relevance | path

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

/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dparse.c1735 int yygoto; /* The next state */ in yy_reduce() local
3099 yygoto = yyRuleInfo[yyruleno].lhs; in yy_reduce()
3102 yyact = yy_find_reduce_action(yymsp[-yysize].stateno,(YYCODETYPE)yygoto); in yy_reduce()
3113 yymsp->major = (YYCODETYPE)yygoto; in yy_reduce()
3118 yy_shift(yypParser,yyact,yygoto,&yygotominor); in yy_reduce()
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c105353 int yygoto; /* The next state */
106495 yygoto = yyRuleInfo[yyruleno].lhs;
106498 yyact = yy_find_reduce_action(yymsp[-yysize].stateno,(YYCODETYPE)yygoto);
106509 yymsp->major = (YYCODETYPE)yygoto;
106514 yy_shift(yypParser,yyact,yygoto,&yygotominor);

Completed in 272 milliseconds