HomeSort by: relevance | last modified time | path
    Searched refs:CellColor (Results 1 - 8 of 8) sorted by relevancy

  /xsrc/external/mit/xterm/dist/
data.c 128 CellColor initCColor =
131 CellColor initCColor = 0;
data.h 123 extern CellColor initCColor;
ptyx.h 1813 } CellColor;
1815 #define isSameCColor(p,q) (!memcmp(&(p), &(q), sizeof(CellColor)))
1820 typedef unsigned short CellColor;
1825 typedef Char CellColor;
1829 typedef unsigned CellColor;
1864 extern CellColor blank_cell_color;
1896 CellColor *color; /* foreground+background color numbers */
1918 CellColor color; /* foreground+background color numbers */
linedata.c 223 TRACE(("** sizeof(CellColor) %lu\n", (unsigned long) sizeof(CellColor)));
xterm.h 1585 extern void ScrnWriteText (XtermWidget /* xw */, Cardinal /* offset */, Cardinal /* length */, unsigned /* flags */, CellColor /* cur_fg_bg */);
1704 extern GC updatedXtermGC (XtermWidget /* xw */, unsigned /* flags */, CellColor /* fg_bg */, Bool /* hilite */);
1764 extern Pixel extract_fg (XtermWidget /* xw */, CellColor /* color */, unsigned /* flags */);
1765 extern Pixel extract_bg (XtermWidget /* xw */, CellColor /* color */, unsigned /* flags */);
1766 extern CellColor makeColorPair (XtermWidget /* xw */);
screen.c 233 SetupScrnPtr(ptr->color, data, CellColor);
828 CellColor p = xtermColorPair(xw);
892 CellColor cur_fg_bg)
1078 CellColor p = xtermColorPair(xw);
1599 CellColor *fb = NULL;
1614 CellColor fg_bg = initCColor;
3079 CellColor fg_bg = ld->color[col];
util.c 1107 CellColor fg_bg = xtermColorPair(xw);
4991 updatedXtermGC(XtermWidget xw, unsigned attr_flags, CellColor fg_bg,
5156 extract_fg(XtermWidget xw, CellColor color, unsigned attr_flags)
5172 extract_bg(XtermWidget xw, CellColor color, unsigned attr_flags)
5193 CellColor
5196 CellColor result;
5207 result = (CellColor) (my_fg | (my_bg << COLOR_BITS));
charproc.c 13151 CellColor fg_bg = initCColor;
13550 CellColor fg_bg = initCColor;

Completed in 88 milliseconds