Home
last modified time | relevance | path

Searched refs:ncsalloc (Results 1 – 1 of 1) sorted by relevance

/bionic/libc/upstream-netbsd/lib/libc/regex/
Dregcomp.c115 size_t ncsalloc; /* number of csets allocated */ member
216 ((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()