Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dlemon.c770 struct config *bcfp; /* For the inner loop on config closure of "stp" */ local
790 for(bcfp=cfp; bcfp; bcfp=bcfp->next){
791 if( bcfp->status==COMPLETE ) continue; /* Already used */
792 if( bcfp->dot>=bcfp->rp->nrhs ) continue; /* Can't shift this one */
793 bsp = bcfp->rp->rhs[bcfp->dot]; /* Get symbol after dot */
795 bcfp->status = COMPLETE; /* Mark this config as used */
796 new = Configlist_addbasis(bcfp->rp,bcfp->dot+1);
797 Plink_add(&new->bplp,bcfp);