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

  /xsrc/external/mit/xterm/dist/
ptyx.h 1845 #define GetCellColorFG(data) ((data).fg)
1854 #define GetCellColorFG(data) ((data) & COLOR_MASK)
1861 #define GetCellColorFG(data) 7
util.c 1132 GetCellColorFG(fg_bg) > COLOR_7 &&
1133 GetCellColorFG(fg_bg) < MIN_ANSI_COLORS &&
1135 GetCellColorFG(fg_bg) == GetCellColorBG(fg_bg))
xterm.h 1777 #define ExtractForeground(color) (unsigned) GetCellColorFG(color)
misc.c 8073 && GetCellColorFG(working.color)
8074 != GetCellColorFG(ld->color[col])) {
8087 GetCellColorFG(working.color),

Completed in 23 milliseconds