Home
last modified time | relevance | path

Searched refs:apx (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
971 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 …]