Lines Matching refs:nc
256 int nc = 0, s, e, i;293 new = realloc(comp, (nc+1) * sizeof (comp[nc]));296 for (i = 0; i < nc; i++)301 nc = 0;305 comp[nc] = sdup(myself, T, &str[s]);306 if (comp[nc] == 0) {307 for (i = 0; i < nc; i++)311 nc = 0;314 nc++;320 *numComps = nc;