Searched refs:updatedXtermGC (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xterm/dist/
H A Dxterm.h1704 extern GC updatedXtermGC (XtermWidget /* xw */, unsigned /* flags */, CellColor /* fg_bg */, Bool /* hilite */);
H A Dscreen.c1787 gc = updatedXtermGC(xw, flags, fg_bg, hilite);
1878 gc = updatedXtermGC(xw, flags, fg_bg, hilite);
H A Dutil.c1182 currentGC = updatedXtermGC(xw, attr_flags, fg_bg, False);
4991 updatedXtermGC(XtermWidget xw, unsigned attr_flags, CellColor fg_bg, function in typeref:typename:GC
5126 * Resets the foreground/background of the GC returned by 'updatedXtermGC()'
H A Dcharproc.c13286 /* This is like updatedXtermGC(), except that we have to worry about
13659 currentGC = updatedXtermGC(xw, flags, fg_bg, in_selection);

Completed in 29 milliseconds