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     6046 src/xterm.c      XGetGCValues (FRAME_X_DISPLAY (f), gc, GCBackground, &xgcv);
GCBackground     6501 src/xterm.c      XGetGCValues (FRAME_X_DISPLAY (f), gc, GCBackground, &xgcv);
GCBackground     6675 src/xterm.c      XGetGCValues (dpy, gc, GCBackground | GCForeground, &xgcv);
GCBackground     7822 src/xterm.c          XGetGCValues (display, gc, GCForeground | GCBackground, &gcv);
GCBackground     8243 src/xterm.c          mask = (GCForeground | GCBackground
GCBackground     8279 src/xterm.c          mask = (GCForeground | GCBackground
GCBackground     8446 src/xterm.c      XGetGCValues (dpy, gc, GCBackground | GCForeground, &xgcv);
GCBackground     9627 src/xterm.c          XGetGCValues (FRAME_X_DISPLAY (s->f), s->gc, GCBackground, &xgcv);
GCBackground     10477 src/xterm.c    		  XGetGCValues (display, s->gc, GCForeground | GCBackground,
GCBackground     10610 src/xterm.c    	      XGetGCValues (display, gc, GCForeground | GCBackground, &xgcv);
GCBackground     25526 src/xterm.c          unsigned long mask = GCForeground | GCBackground | GCGraphicsExposures;