GCBackground     1731 lwlib/xlwmenu.c   XtGCMask mask = GCForeground | GCBackground;
GCBackground      621 oldXMenu/Create.c   valuemask = (GCForeground | GCBackground | GCFont | GCLineWidth);
GCBackground     5703 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     4546 src/xfaces.c         mask = GCForeground | GCBackground | GCGraphicsExposures;
GCBackground     4380 src/xfns.c     		 GCLineWidth | GCForeground | GCBackground,
GCBackground     4389 src/xfns.c     		 GCForeground | GCBackground | GCLineWidth,
GCBackground     4397 src/xfns.c     		 (GCForeground | GCBackground | GCLineWidth),
GCBackground       85 src/xftfont.c  		    GCForeground | GCBackground, &xgcv);
GCBackground     5877 src/xterm.c      XGetGCValues (FRAME_X_DISPLAY (f), gc, GCBackground, &xgcv);
GCBackground     6332 src/xterm.c      XGetGCValues (FRAME_X_DISPLAY (f), gc, GCBackground, &xgcv);
GCBackground     6506 src/xterm.c      XGetGCValues (dpy, gc, GCBackground | GCForeground, &xgcv);
GCBackground     7603 src/xterm.c          XGetGCValues (display, gc, GCForeground | GCBackground, &gcv);
GCBackground     8028 src/xterm.c          mask = (GCForeground | GCBackground
GCBackground     8064 src/xterm.c          mask = (GCForeground | GCBackground
GCBackground     8231 src/xterm.c      XGetGCValues (dpy, gc, GCBackground | GCForeground, &xgcv);
GCBackground     9413 src/xterm.c          XGetGCValues (FRAME_X_DISPLAY (s->f), s->gc, GCBackground, &xgcv);
GCBackground     10263 src/xterm.c    		  XGetGCValues (display, s->gc, GCForeground | GCBackground,
GCBackground     10396 src/xterm.c    	      XGetGCValues (display, gc, GCForeground | GCBackground, &xgcv);
GCBackground     25002 src/xterm.c          unsigned long mask = GCForeground | GCBackground | GCGraphicsExposures;