Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/regex/
H A Dregex2.h164 cat_t catspace[1]; /* actually [NC] */
H A Dregcomp.c246 g->categories = &g->catspace[-(CHAR_MIN)]; in regcomp()
247 memset((char *)g->catspace, 0, NC*sizeof(cat_t)); in regcomp()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dregex2.h158 cat_t catspace[1]; /* actually [NC] */ member
H A Dregcomp.c352 g->categories = &g->catspace[-(CHAR_MIN)]; in llvm_regcomp()
353 (void) memset((char *)g->catspace, 0, NC*sizeof(cat_t)); in llvm_regcomp()