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

/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DList.c951 ListWidget cl = (ListWidget) current; local
959 if ( nl->core.width != cl->core.width )
964 if ( nl->core.height != cl->core.height )
969 if ( nl->list.longest != cl->list.longest )
976 if ( (cl->list.foreground != nl->list.foreground) ||
977 (cl->core.background_pixel != nl->core.background_pixel) ||
978 (cl->list.font != nl->list.font) ) {
980 XGetGCValues(XtDisplay(current), cl->list.graygc, GCTile, &values);
982 XtReleaseGC(current, cl->list.graygc);
983 XtReleaseGC(current, cl
[all...]
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1List.c818 ListWidget cl = (ListWidget) current; local
823 if ((cl->list.foreground != rl->list.foreground) ||
824 (cl->core.background_pixel != rl->core.background_pixel) ||
825 (cl->list.font != rl->list.font) ) {
826 XtDestroyGC(cl->list.normgc);
827 XtDestroyGC(cl->list.graygc);
828 XtDestroyGC(cl->list.revgc);
835 if ((cl->list.row_space != rl->list.row_space) ||
836 (cl->list.font != rl->list.font))
841 if ((cl
[all...]
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DFontSample.c1566 int *cl, i; local
1582 for (cl = class_indices; *cl != -1; cl++) {
1584 for (i = *cl;

Completed in 18 milliseconds