Lines Matching refs:SHIFT
330 SHIFT, enumerator
554 if( type==SHIFT ){ in Action_add()
1066 Action_add(&stp->ap,SHIFT,sp->subsym[i],(char*)newstp); in buildshifts()
1069 Action_add(&stp->ap,SHIFT,sp,(char *)newstp); in buildshifts()
1246 if( apx->type==SHIFT && apy->type==SHIFT ){ in resolve_conflict()
1250 if( apx->type==SHIFT && apy->type==REDUCE ){ in resolve_conflict()
3360 case SHIFT: { in PrintAction()
3572 case SHIFT: act = ap->x.stp->statenum; break; in compute_action()
5004 if( ap->type==SHIFT && ap->sp==lemp->wildcard ){ in CompressTables()
5043 if( ap->type==SHIFT ) break; in CompressTables()
5060 if( ap->type!=SHIFT ) continue; in CompressTables()