Home
last modified time | relevance | path

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

/ndk/sources/host-tools/ndk-stack/regex/
Dutils.h41 #define NC (CHAR_MAX - CHAR_MIN + 1) macro
Dregcomp.c175 (NC-1)*sizeof(cat_t)); in regcomp()
196 g->csetsize = NC; in regcomp()
209 (void) memset((char *)g->catspace, 0, NC*sizeof(cat_t)); in regcomp()