Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dlemon.c970 static int resolve_conflict(apx,apy,errsym) in resolve_conflict() argument
972 struct action *apy;
977 assert( apx->sp==apy->sp ); /* Otherwise there would be no conflict */
978 if( apx->type==SHIFT && apy->type==REDUCE ){
980 spy = apy->x.rp->precsym;
983 apy->type = CONFLICT;
986 apy->type = RD_RESOLVED;
990 apy->type = RD_RESOLVED; /* associativity */
995 apy->type = CONFLICT;
998 }else if( apx->type==REDUCE && apy->type==REDUCE ){
[all …]