Searched refs:colornames (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/ico/dist/
H A Dico.c224 static const char **colornames; /* -colors (points into argv) */ variable in typeref:typename:const char **
871 if (XAllocNamedColor (dpy, closure->cmap, colornames[0], &cdef, &igndef))
874 icoFatal("face: no such color \"%s\"", colornames[0]);
999 setBufColname(closure, i+1,colornames[i]);
1204 colornames = ++argv; argc--; numcolors = 0;
1240 colornames = Primaries;

Completed in 3 milliseconds