Lines Matching defs:LIST
66 #define LIST(item) me->list[item]
545 if (SameFont(LIST(k).font, font)) {
548 LIST(k).gc,
551 LIST(k).font = NULL;
552 LIST(k).cset = 0;
606 if (LIST(j).gc != NULL
607 && SameFont(LIST(j).font, NEXT(font))
608 && SameCSet(LIST(j).cset, NEXT(cset))
609 && SameColor(LIST(j).fg, NEXT(fg))
610 && SameColor(LIST(j).bg, NEXT(bg))) {
622 if (LIST(j).gc == NULL) {
627 if (used < LIST(j).used)
628 used = LIST(j).used;
636 if (used >= LIST(j).used) {
637 used = LIST(j).used;
792 if (LIST(n).gc != NULL && HaveFont(LIST(n).font)) {
795 if (LIST(n).fg == fg
796 && LIST(n).bg == bg) {
799 } else if (LIST(n).fg == bg
800 && LIST(n).bg == fg) {
852 if (LIST(j).gc != NULL) {
855 traceCgsEnum(cgsId), (void *) LIST(j).gc, j));
856 clrCgsFonts(xw, cgsWin, LIST(j).font);
859 XmuReleaseStippledPixmap(XtScreen((Widget) xw), LIST(j).tile);
862 XFreeGC(TScreenOf(xw)->display, LIST(j).gc);
863 memset(&LIST(j), 0, sizeof(LIST(j)));