Home | History | Annotate | Download | only in tool

Lines Matching refs:fws

218   char *fws;               /* Follow-set for this configuration only */
794 SetAdd(newcfp->fws,0);
976 change = SetUnion(plp->cfp->fws,cfp->fws);
1009 if( SetFind(cfp->fws,j) ){
1211 cfp->fws = SetNew();
1237 cfp->fws = SetNew();
1276 SetAdd(newcfp->fws,xsp->index);
1281 SetAdd(newcfp->fws, xsp->subsym[k]->index);
1285 SetUnion(newcfp->fws,xsp->firstset);
1338 if( cfp->fws ) SetFree(cfp->fws);
2964 SetPrint(fp,cfp->fws,lemp);