GCBackground     1731 lwlib/xlwmenu.c   XtGCMask mask = GCForeground | GCBackground;
GCBackground      621 oldXMenu/Create.c   valuemask = (GCForeground | GCBackground | GCFont | GCLineWidth);
GCBackground     5736 src/w32fns.c   		 (GCForeground | GCBackground),
GCBackground      255 src/w32term.c    if (mask & GCBackground)
GCBackground     1046 src/w32term.c        mask = GCForeground | GCBackground;
GCBackground     1078 src/w32term.c        mask = GCForeground | GCBackground;
GCBackground     2385 src/w32term.c  	      XGetGCValues (s->display, s->gc, GCForeground | GCBackground,
GCBackground      633 src/xfaces.c     if (value_mask & GCBackground)
GCBackground     4583 src/xfaces.c         mask = GCForeground | GCBackground | GCGraphicsExposures;
GCBackground     4663 src/xfns.c     		 GCLineWidth | GCForeground | GCBackground,
GCBackground     4672 src/xfns.c     		 GCForeground | GCBackground | GCLineWidth,
GCBackground     4680 src/xfns.c     		 (GCForeground | GCBackground | GCLineWidth),
GCBackground       85 src/xftfont.c  		    GCForeground | GCBackground, &xgcv);
GCBackground     6095 src/xterm.c      XGetGCValues (FRAME_X_DISPLAY (f), gc, GCBackground, &xgcv);
GCBackground     6552 src/xterm.c      XGetGCValues (FRAME_X_DISPLAY (f), gc, GCBackground, &xgcv);
GCBackground     6729 src/xterm.c      XGetGCValues (dpy, gc, GCBackground | GCForeground, &xgcv);
GCBackground     7880 src/xterm.c          XGetGCValues (display, gc, GCForeground | GCBackground, &gcv);
GCBackground     8301 src/xterm.c          mask = (GCForeground | GCBackground
GCBackground     8337 src/xterm.c          mask = (GCForeground | GCBackground
GCBackground     8504 src/xterm.c      XGetGCValues (dpy, gc, GCBackground | GCForeground, &xgcv);
GCBackground     9685 src/xterm.c          XGetGCValues (FRAME_X_DISPLAY (s->f), s->gc, GCBackground, &xgcv);
GCBackground     10535 src/xterm.c    		  XGetGCValues (display, s->gc, GCForeground | GCBackground,
GCBackground     10668 src/xterm.c    	      XGetGCValues (display, gc, GCForeground | GCBackground, &xgcv);
GCBackground     25710 src/xterm.c          unsigned long mask = GCForeground | GCBackground | GCGraphicsExposures;