Searched refs:bcfp (Results 1 – 1 of 1) sorted by relevance
1027 struct config *bcfp; /* For the inner loop on config closure of "stp" */ in buildshifts() local1047 for(bcfp=cfp; bcfp; bcfp=bcfp->next){ in buildshifts()1048 if( bcfp->status==COMPLETE ) continue; /* Already used */ in buildshifts()1049 if( bcfp->dot>=bcfp->rp->nrhs ) continue; /* Can't shift this one */ in buildshifts()1050 bsp = bcfp->rp->rhs[bcfp->dot]; /* Get symbol after dot */ in buildshifts()1052 bcfp->status = COMPLETE; /* Mark this config as used */ in buildshifts()1053 newcfg = Configlist_addbasis(bcfp->rp,bcfp->dot+1); in buildshifts()1054 Plink_add(&newcfg->bplp,bcfp); in buildshifts()