Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/regex/
H A Dregcomp.c68 int ncsalloc; /* number of csets allocated */ member
171 ((p)->ncsalloc / CHAR_BIT * (p)->g->csetsize + \
172 (p)->ncsalloc * sizeof(cset) + \
228 p->ncsalloc = 0; in regcomp()
1099 if (no >= p->ncsalloc) { /* need another column of space */ in allocset()
1100 p->ncsalloc += CHAR_BIT; in allocset()
1101 nc = p->ncsalloc; in allocset()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dregcomp.c199 int ncsalloc; /* number of csets allocated */ member
335 p->ncsalloc = 0; in llvm_regcomp()
1201 if (no >= p->ncsalloc) { /* need another column of space */ in allocset()
1204 p->ncsalloc += CHAR_BIT; in allocset()
1205 nc = p->ncsalloc; in allocset()
/freebsd/lib/libc/regex/
H A Dregcomp.c91 int ncsalloc; /* number of csets allocated */ member
263 p->ncsalloc = 0; in regcomp_internal()