Lines Matching defs:cs
161 xColorItem* cs = (xColorItem *) rbufp;
167 cd->pixel = cs->pixel;
168 cd->red = cs->red;
169 cd->green = cs->green;
170 cd->blue = cs->blue;
171 cs = (xColorItem*) (((char*) cs) + SIZEOF(xColorItem));
223 xColorItem* cs;
247 for (i = 0, xcp = colors_in_out, cs = rbufp; i < ncolors; i++, xcp++, cs++) {
248 xcp->pixel = cs->pixel;
249 xcp->red = cs->red;
250 xcp->green = cs->green;
251 xcp->blue = cs->blue;
252 xcp->flags = cs->flags;