Home
last modified time | relevance | path

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

/bionic/libc/upstream-netbsd/lib/libc/regex/
Dregfree.c122 if (g->sets != NULL) in __weak_alias()
123 free(g->sets); in __weak_alias()
Dregex2.h184 cset *sets; /* -> cset [ncsets] */ member
Dregcomp.c287 g->sets = NULL; in regcomp()
1251 if (reallocarr(&p->g->sets, nc, sizeof(cset))) in allocset()
1260 p->g->sets[i].ptr = p->g->setbits + css*(i/CHAR_BIT); in allocset()
1265 cs = &p->g->sets[no]; in allocset()
1296 top = &p->g->sets[p->g->ncsets]; in freeset()
1330 top = &p->g->sets[p->g->ncsets]; in freezeset()
1334 for (cs2 = &p->g->sets[0]; cs2 < top; cs2++) in freezeset()
1349 return (sopno)(cs - p->g->sets); in freezeset()
Dengine.c604 cs = &m->g->sets[OPND(s)]; in backref()
1017 cs = &g->sets[OPND(s)]; in step()