Searched refs:apx (Results 1 – 1 of 1) sorted by relevance
973 static int resolve_conflict(apx,apy,errsym) in resolve_conflict() argument974 struct action *apx; in resolve_conflict()980 assert( apx->sp==apy->sp ); /* Otherwise there would be no conflict */981 if( apx->type==SHIFT && apy->type==REDUCE ){982 spx = apx->sp;991 apx->type = SH_RESOLVED;995 apx->type = SH_RESOLVED;1001 }else if( apx->type==REDUCE && apy->type==REDUCE ){1002 spx = apx->x.rp->precsym;1011 apx->type = RD_RESOLVED;[all …]