Searched defs:nc (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/app/cmap_compact/sun-src/
H A Dcmcinit.c53 int nc; local
74 nc = MIN(ncolors, total_alloc);
75 if (nc != ncolors) {
76 (void) fprintf(stderr, "Warning: can only allocate %d of the requested %d colors.\n", nc, ncolors);
79 ncolors = nc;
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DTree.c231 TreeConstraints nc = TREE_CONSTRAINT(node); local
234 nc->tree.parent = parent;

Completed in 11 milliseconds