Home | History | Annotate | Download | only in Support

Lines Matching refs:ncsalloc

63 	int ncsalloc;		/* number of csets allocated */
199 p->ncsalloc = 0;
1067 if (no >= p->ncsalloc) { /* need another column of space */
1070 p->ncsalloc += CHAR_BIT;
1071 nc = p->ncsalloc;