Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libsqlite/tool/
H A Dlemon.c973 static int resolve_conflict(apx,apy,errsym) in resolve_conflict() argument
975 struct action *apy;
980 assert( apx->sp==apy->sp ); /* Otherwise there would be no conflict */
981 if( apx->type==SHIFT && apy->type==REDUCE ){
983 spy = apy->x.rp->precsym;
986 apy->type = CONFLICT;
989 apy->type = RD_RESOLVED;
993 apy->type = RD_RESOLVED; /* associativity */
998 apy->type = CONFLICT;
1001 }else if( apx->type==REDUCE && apy->type==REDUCE ){
[all …]