Searched refs:FGBG (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Support/ |
D | Process.cpp | 57 #define COLOR(FGBG, CODE, BOLD) "\033[0;" BOLD FGBG CODE "m" argument 59 #define ALLCOLORS(FGBG,BOLD) {\ argument 60 COLOR(FGBG, "0", BOLD),\ 61 COLOR(FGBG, "1", BOLD),\ 62 COLOR(FGBG, "2", BOLD),\ 63 COLOR(FGBG, "3", BOLD),\ 64 COLOR(FGBG, "4", BOLD),\ 65 COLOR(FGBG, "5", BOLD),\ 66 COLOR(FGBG, "6", BOLD),\ 67 COLOR(FGBG, "7", BOLD)\
|