Searched refs:NC (Results 1 – 2 of 2) sorted by relevance
77 #define NC (CHAR_MAX - CHAR_MIN + 1) macro
265 g = malloc(sizeof(struct re_guts) + (NC - 1) * sizeof(cat_t)); in regcomp()286 g->csetsize = NC; in regcomp()299 (void) memset((char *)g->catspace, 0, NC*sizeof(cat_t)); in regcomp()