Home | History | Annotate | Download | only in regex

Lines Matching refs:nc

175 							(NC-1)*sizeof(cat_t));
196 g->csetsize = NC;
209 (void) memset((char *)g->catspace, 0, NC*sizeof(cat_t));
1025 size_t nc;
1035 nc = p->ncsalloc;
1036 assert(nc % CHAR_BIT == 0);
1037 nbytes = nc / CHAR_BIT * css;
1039 ptr = (cset *)realloc((char *)p->g->sets, nc * sizeof(cset));