Searched refs:apx (Results 1 – 1 of 1) sorted by relevance
970 static int resolve_conflict(apx,apy,errsym) in resolve_conflict() argument971 struct action *apx; in resolve_conflict()977 assert( apx->sp==apy->sp ); /* Otherwise there would be no conflict */978 if( apx->type==SHIFT && apy->type==REDUCE ){979 spx = apx->sp;988 apx->type = SH_RESOLVED;992 apx->type = SH_RESOLVED;998 }else if( apx->type==REDUCE && apy->type==REDUCE ){999 spx = apx->x.rp->precsym;1008 apx->type = RD_RESOLVED;[all …]