Searched refs:updatedXtermGC (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/xterm/dist/ |
| H A D | xterm.h | 1704 extern GC updatedXtermGC (XtermWidget /* xw */, unsigned /* flags */, CellColor /* fg_bg */, Bool /* hilite */);
|
| H A D | screen.c | 1787 gc = updatedXtermGC(xw, flags, fg_bg, hilite); 1878 gc = updatedXtermGC(xw, flags, fg_bg, hilite);
|
| H A D | util.c | 1182 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 D | charproc.c | 13286 /* This is like updatedXtermGC(), except that we have to worry about 13659 currentGC = updatedXtermGC(xw, flags, fg_bg, in_selection);
|
Completed in 29 milliseconds