Home | History | Annotate | Download | only in regex

Lines Matching refs:setbits

252 	g->setbits = NULL;
1149 if (p->g->setbits == NULL)
1150 p->g->setbits = (uch *)malloc(nbytes);
1152 p->g->setbits = (uch *)realloc((char *)p->g->setbits,
1154 /* xxx this isn't right if setbits is now NULL */
1156 p->g->sets[i].ptr = p->g->setbits + css*(i/CHAR_BIT);
1158 if (p->g->sets != NULL && p->g->setbits != NULL)
1159 (void) memset((char *)p->g->setbits + (nbytes - css),
1171 cs->ptr = p->g->setbits + css*((no)/CHAR_BIT);
1386 for (i = 0, col = g->setbits; i < ncols; i++, col += g->csetsize)
1405 for (i = 0, col = g->setbits; i < ncols; i++, col += g->csetsize)