Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libsqlite/tool/
H A Dlemon.c174 char *fws; /* Follow-set for this configuration only */ member
709 SetAdd(newcfp->fws,0);
873 change = SetUnion(plp->cfp->fws,cfp->fws);
907 if( SetFind(cfp->fws,j) ){
1102 cfp->fws = SetNew();
1130 cfp->fws = SetNew();
1170 SetAdd(newcfp->fws,xsp->index);
1173 SetUnion(newcfp->fws,xsp->firstset);
1227 if( cfp->fws ) SetFree(cfp->fws);
2689 SetPrint(fp,cfp->fws,lemp);