Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/regex/
H A Dregex2.h129 typedef RCHAR_T cat_t; typedef
155 cat_t *categories; /* ->catspace[-CHAR_MIN] */
164 cat_t catspace[1]; /* actually [NC] */
H A Dregcomp.c206 (NC-1)*sizeof(cat_t)); in regcomp()
247 memset((char *)g->catspace, 0, NC*sizeof(cat_t)); in regcomp()
1318 cat_t *cats = g->categories; in categorize()
1321 cat_t cat; in categorize()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dregex2.h127 typedef unsigned char cat_t; typedef
151 cat_t *categories; /* ->catspace[-CHAR_MIN] */
158 cat_t catspace[1]; /* actually [NC] */
H A Dregcomp.c319 (NC-1)*sizeof(cat_t)); in llvm_regcomp()
353 (void) memset((char *)g->catspace, 0, NC*sizeof(cat_t)); in llvm_regcomp()
1074 cat_t *cap = p->g->categories; in ordinary()
1424 cat_t *cats = g->categories; in categorize()
1427 cat_t cat; in categorize()