| /freebsd/sys/dev/syscons/rain/ |
| H A D | rain_saver.c | 52 #define BLUE(n) ((n) * 3 + 2) macro 70 t = rain_pal[BLUE(MAX)]; in rain_update() 72 rain_pal[BLUE(i)] = rain_pal[BLUE(i - 1)]; in rain_update() 73 rain_pal[BLUE(1)] = t; in rain_update() 158 rain_pal[BLUE(i)] = rain_pal[BLUE(i - 1)] + INCREMENT; in rain_init()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTDumperUtils.h | 47 static const TerminalColor AttrColor = {llvm::raw_ostream::BLUE, true}; 51 static const TerminalColor CommentColor = {llvm::raw_ostream::BLUE, false}; 69 static const TerminalColor NullColor = {llvm::raw_ostream::BLUE, false}; 84 static const TerminalColor IndentColor = {llvm::raw_ostream::BLUE, false};
|
| /freebsd/contrib/dialog/samples/ |
| H A D | slackware.rc | 31 screen_color = (WHITE,BLUE,OFF) 46 button_active_color = (WHITE,BLUE,ON) 64 inputbox_color = (BLUE,WHITE,OFF) 103 tag_key_selected_color = (RED,BLUE,ON) 124 form_text_color = (CYAN,BLUE,ON) 130 gauge_color = (BLUE,WHITE,ON)
|
| H A D | debian.rc | 32 screen_color = (CYAN,BLUE,ON) 41 title_color = (BLUE,WHITE,ON) 47 button_active_color = (WHITE,BLUE,ON) 59 button_label_active_color = (YELLOW,BLUE,ON) 104 tag_key_selected_color = (RED,BLUE,ON)
|
| H A D | suse.rc | 31 screen_color = (CYAN,BLUE,ON) 46 button_active_color = (WHITE,BLUE,ON) 58 button_label_active_color = (YELLOW,BLUE,ON) 103 tag_key_selected_color = (RED,BLUE,ON) 130 gauge_color = (BLUE,WHITE,ON)
|
| H A D | whiptail.rc | 31 screen_color = (YELLOW,BLUE,ON) 82 menubox_color = (YELLOW,BLUE,OFF) 103 tag_key_selected_color = (WHITE,BLUE,ON) 130 gauge_color = (BLUE,WHITE,ON)
|
| H A D | sourcemage.rc | 130 gauge_color = (BLUE,WHITE,ON)
|
| /freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/enum/ |
| H A D | tst.EnumEquality.d | 42 BLUE enumerator 53 /(WHITE == RED) && (YELLOW == BLUE) && (GREEN == BLACK)/
|
| H A D | tst.EnumValAssign.d | 46 BLUE = GREEN + ORANGE, enumerator 54 (13 == BLUE) && (1 == PINK) && (-2 == INDIGO) && (-1 == VIOLET)/
|
| H A D | tst.EnumSameValue.d | 45 BLUE = 2 enumerator
|
| H A D | err.D_UNKNOWN.RepeatIdentifiers.d | 46 BLUE enumerator
|
| H A D | err.D_DECL_IDRED.EnumSameName.d | 44 BLUE enumerator
|
| /freebsd/sys/dev/syscons/fire/ |
| H A D | fire_saver.c | 53 #define BLUE(n) ((n) * 3 + 2) macro 174 fire_pal[BLUE(i)] = blue; in fire_init()
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | WithColor.cpp | 56 OS.changeColor(raw_ostream::BLUE); in WithColor() 77 OS.changeColor(raw_ostream::BLUE, true); in WithColor()
|
| /freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/translators/ |
| H A D | err.D_XLATE_SOU.BadTransDecl8.d | 47 BLUE enumerator
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Disasm.cpp | 373 ColorScope SC(OS, true, {llvm::raw_ostream::BLUE, true}); in dump() 437 ColorScope SC(OS, true, {llvm::raw_ostream::BLUE, true}); in dump() 460 ColorScope SC(OS, true, {llvm::raw_ostream::BLUE, true}); in dump() 492 ColorScope SC(OS, true, {llvm::raw_ostream::BLUE, true}); in dump()
|
| /freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/union/ |
| H A D | tst.UnionDataTypes.d | 83 BLUE enumerator
|
| /freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/sizeof/ |
| H A D | tst.SizeofDataTypes.d | 84 BLUE enumerator
|
| /freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/struct/ |
| H A D | tst.StructDataTypes.d | 83 BLUE enumerator
|
| /freebsd/stand/lua/ |
| H A D | color.lua | 43 color.BLUE = 4
|
| /freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/typedef/ |
| H A D | tst.TypedefDataAssign.d | 76 BLUE enumerator
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | raw_ostream.h | 99 BLUE, enumerator 119 static constexpr Colors BLUE = Colors::BLUE; variable
|
| /freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pointers/ |
| H A D | tst.ArrayPointer1.d | 90 BLUE enumerator
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
| H A D | MarkupFilter.cpp | 413 .Case("\033[34m", raw_ostream::Colors::BLUE) in trySGR() 433 OS.changeColor(Color == raw_ostream::Colors::BLUE ? raw_ostream::Colors::CYAN in highlight() 434 : raw_ostream::Colors::BLUE, in highlight()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | ASTConsumers.cpp | 63 Out.changeColor(raw_ostream::BLUE); in TraverseDecl()
|