Searched refs:ncsalloc (Results 1 – 1 of 1) sorted by relevance
115 size_t ncsalloc; /* number of csets allocated */ member216 ((p)->ncsalloc / CHAR_BIT * (p)->g->csetsize + \217 (p)->ncsalloc * sizeof(cset) + \281 p->ncsalloc = 0; in regcomp()1244 if (no >= p->ncsalloc) { /* need another column of space */ in allocset()1245 p->ncsalloc += CHAR_BIT; in allocset()1246 nc = p->ncsalloc; in allocset()