Home
last modified time | relevance | path

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

/sqlite-3.40.0/tool/
H A Dlemon.c230 int SetAdd(char*,int); /* Add element to a set */
878 progress += SetAdd(s1->firstset,s2->index); in FindFirstSets()
882 progress += SetAdd(s1->firstset,s2->subsym[j]->index); in FindFirstSets()
950 SetAdd(newcfp->fws,0); in FindStates()
1424 SetAdd(newcfp->fws,xsp->index); in Configlist_closure()
1429 SetAdd(newcfp->fws, xsp->subsym[k]->index); in Configlist_closure()
5197 int SetAdd(char *s, int e) in SetAdd() function