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

/freebsd-12-stable/contrib/nvi/regex/
H A Dregex2.h155 cat_t *categories; /* ->catspace[-CHAR_MIN] */
162 /* catspace must be last */
164 cat_t catspace[1]; /* actually [NC] */
H A Dregcomp.c246 g->categories = &g->catspace[-(CHAR_MIN)];
247 memset((char *)g->catspace, 0, NC*sizeof(cat_t));
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A Dregex2.h151 cat_t *categories; /* ->catspace[-CHAR_MIN] */
157 /* catspace must be last */
158 cat_t catspace[1]; /* actually [NC] */ member in struct:re_guts
H A Dregcomp.c352 g->categories = &g->catspace[-(CHAR_MIN)];
353 (void) memset((char *)g->catspace, 0, NC*sizeof(cat_t));

Completed in 54 milliseconds