Lines Matching refs:sets
197 g->sets = NULL; in regcomp()
1039 ptr = (cset *)realloc((char *)p->g->sets, nc * sizeof(cset)); in allocset()
1042 p->g->sets = (cset*)ptr; in allocset()
1050 p->g->sets[i].ptr = p->g->setbits + css*(i/CHAR_BIT); in allocset()
1055 if (p->g->sets == NULL || p->g->setbits == NULL) in allocset()
1058 cs = &p->g->sets[no]; in allocset()
1067 free(p->g->sets); in allocset()
1068 p->g->sets = NULL; in allocset()
1084 cset *top = &p->g->sets[p->g->ncsets]; in freeset()
1107 cset *top = &p->g->sets[p->g->ncsets]; in freezeset()
1112 for (cs2 = &p->g->sets[0]; cs2 < top; cs2++) in freezeset()
1127 return((int)(cs - p->g->sets)); in freezeset()