Home
last modified time | relevance | path

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

/ndk/sources/host-tools/ndk-stack/regex/
Dregex2.h152 cat_t catspace[1]; /* actually [NC] */ member
Dregcomp.c208 g->categories = &g->catspace[-(CHAR_MIN)]; in regcomp()
209 (void) memset((char *)g->catspace, 0, NC*sizeof(cat_t)); in regcomp()