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

/freebsd-12-stable/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));
247 memset((char *)g->catspace, 0, NC*sizeof(cat_t));
960 cat_t *cap = p->g->categories;
1318 cat_t *cats = g->categories;
1321 cat_t cat;
/freebsd-12-stable/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));
353 (void) memset((char *)g->catspace, 0, NC*sizeof(cat_t));
1072 cat_t *cap = p->g->categories;
1426 cat_t *cats = g->categories;
1429 cat_t cat;

Completed in 66 milliseconds