Searched refs:FGBG (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | Process.cpp | 71 #define COLOR(FGBG, CODE, BOLD) "\033[0;" BOLD FGBG CODE "m" argument 73 #define ALLCOLORS(FGBG, BRIGHT, BOLD) \ argument 75 COLOR(FGBG, "0", BOLD), \ 76 COLOR(FGBG, "1", BOLD), \ 77 COLOR(FGBG, "2", BOLD), \ 78 COLOR(FGBG, "3", BOLD), \ 79 COLOR(FGBG, "4", BOLD), \ 80 COLOR(FGBG, "5", BOLD), \ 81 COLOR(FGBG, "6", BOLD), \ 82 COLOR(FGBG, "7", BOLD), \
|