Searched defs:COLOR (Results 1 – 5 of 5) sorted by relevance
71 #define COLOR(FGBG, CODE, BOLD) "\033[0;" BOLD FGBG CODE "m" macro
111 #define COLOR( global() macro
311 #define COLOR(x) (((x) << 24) | ((x) << 16) | ((x) << 8) | (x)) macro
240 #define COLOR(node) ((node)->color) macro
387 #define COLOR(x) (x)->r_color macro