Searched refs:setbits (Results 1 – 3 of 3) sorted by relevance
73 if (g->setbits != NULL) in regfree()74 free((char *)g->setbits); in regfree()
231 g->setbits = NULL; in regcomp()1147 free(p->g->setbits); in seterr()1149 p->g->setbits = NULL; in seterr()1168 uch *setbits; in allocset() local1183 setbits = realloc(p->g->setbits, nbytes); in allocset()1184 if (!setbits) { in allocset()1188 p->g->setbits = setbits; in allocset()1191 cs[i].ptr = setbits + css*(i/CHAR_BIT); in allocset()1193 (void) memset(setbits + (nbytes - css), 0, css); in allocset()1197 cs->ptr = p->g->setbits + css*((no)/CHAR_BIT); in allocset()[all …]
146 uch *setbits; /* -> uch[csetsize][ncsets/CHAR_BIT] */ member