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

/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dlemon.c773 struct config *bcfp; /* For the inner loop on config closure of "stp" */ local
776 struct symbol *bsp; /* Symbol following the dot in configuration "bcfp" */
793 for(bcfp=cfp; bcfp; bcfp=bcfp->next){
794 if( bcfp->status==COMPLETE ) continue; /* Already used */
795 if( bcfp->dot>=bcfp->rp->nrhs ) continue; /* Can't shift this one */
796 bsp = bcfp
[all...]

Completed in 75 milliseconds