Home | History | Annotate | Download | only in regex

Lines Matching refs:setbits

198 	g->setbits = NULL;
1044 ptr = (uch *)realloc((char *)p->g->setbits, nbytes);
1047 p->g->setbits = (uch*)ptr;
1050 p->g->sets[i].ptr = p->g->setbits + css*(i/CHAR_BIT);
1052 (void) memset((char *)p->g->setbits + (nbytes - css), 0, css);
1055 if (p->g->sets == NULL || p->g->setbits == NULL)
1059 cs->ptr = p->g->setbits + css*((no)/CHAR_BIT);
1069 free(p->g->setbits);
1070 p->g->setbits = NULL;
1222 for (i = 0, col = g->setbits; i < ncols; i++, col += g->csetsize)
1240 for (i = 0, col = g->setbits; i < ncols; i++, col += g->csetsize)