Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dlemon.c1002 static int resolve_conflict(apx,apy,errsym) in resolve_conflict() argument
1003 struct action *apx; in resolve_conflict()
1011 if( apx->type==SHIFT && apy->type==REDUCE ){
1012 spx = apx->sp;
1021 apx->type = SH_RESOLVED;
1025 apx->type = SH_RESOLVED;
1032 spx = apx->x.rp->precsym;
1041 apx->type = RD_RESOLVED;
1045 apx->type==SH_RESOLVED ||
1046 apx->type==RD_RESOLVED ||
[all …]