/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | AnsiTerminal.h | 102 {"fg.bright.black}", ANSI_ESC_START _TO_STR(ANSI_FG_COLOR_BRIGHT_BLACK) ANSI_ESC_END}, 103 {"fg.bright.red}", ANSI_ESC_START _TO_STR(ANSI_FG_COLOR_BRIGHT_RED) ANSI_ESC_END}, 104 {"fg.bright.green}", ANSI_ESC_START _TO_STR(ANSI_FG_COLOR_BRIGHT_GREEN) ANSI_ESC_END}, 105 {"fg.bright.yellow}", ANSI_ESC_START _TO_STR(ANSI_FG_COLOR_BRIGHT_YELLOW) ANSI_ESC_END}, 106 {"fg.bright.blue}", ANSI_ESC_START _TO_STR(ANSI_FG_COLOR_BRIGHT_BLUE) ANSI_ESC_END}, 107 {"fg.bright.purple}", ANSI_ESC_START _TO_STR(ANSI_FG_COLOR_BRIGHT_PURPLE) ANSI_ESC_END}, 108 {"fg.bright.cyan}", ANSI_ESC_START _TO_STR(ANSI_FG_COLOR_BRIGHT_CYAN) ANSI_ESC_END}, 109 {"fg.bright.white}", ANSI_ESC_START _TO_STR(ANSI_FG_COLOR_BRIGHT_WHITE) ANSI_ESC_END}, 118 {"bg.bright.black}", ANSI_ESC_START _TO_STR(ANSI_BG_COLOR_BRIGHT_BLACK) ANSI_ESC_END}, 119 {"bg.bright.red}", ANSI_ESC_START _TO_STR(ANSI_BG_COLOR_BRIGHT_RED) ANSI_ESC_END}, [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/leds/ |
H A D | leds-netxbig.txt | 18 - bright-addr: Brightness register address on gpio-ext bus. 42 bright-addr = <1>; 51 bright-addr = <1>; 61 bright-addr = <2>; 70 bright-addr = <2>; 80 bright-addr = <2>; 89 bright-addr = <2>;
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | Process.cpp | 73 #define ALLCOLORS(FGBG, BRIGHT, BOLD) \ argument 83 COLOR(BRIGHT, "0", BOLD), \ 84 COLOR(BRIGHT, "1", BOLD), \ 85 COLOR(BRIGHT, "2", BOLD), \ 86 COLOR(BRIGHT, "3", BOLD), \ 87 COLOR(BRIGHT, "4", BOLD), \ 88 COLOR(BRIGHT, "5", BOLD), \ 89 COLOR(BRIGHT, "6", BOLD), \ 90 COLOR(BRIGHT, "7", BOLD), \
|
/freebsd/sys/contrib/device-tree/src/arm/marvell/ |
H A D | kirkwood-net5big.dts | 96 bright-addr = <2>; 105 bright-addr = <2>; 115 bright-addr = <2>; 124 bright-addr = <2>; 134 bright-addr = <2>; 143 bright-addr = <2>;
|
H A D | kirkwood-netxbig.dtsi | 133 bright-addr = <1>; 142 bright-addr = <1>; 152 bright-addr = <2>; 161 bright-addr = <2>; 171 bright-addr = <2>; 180 bright-addr = <2>;
|
/freebsd/sys/teken/ |
H A D | teken_subr.h | 1223 case 90: /* Set bright foreground color: black */ in teken_subr_set_graphic_rendition() 1224 case 91: /* Set bright foreground color: red */ in teken_subr_set_graphic_rendition() 1225 case 92: /* Set bright foreground color: green */ in teken_subr_set_graphic_rendition() 1226 case 93: /* Set bright foreground color: brown */ in teken_subr_set_graphic_rendition() 1227 case 94: /* Set bright foreground color: blue */ in teken_subr_set_graphic_rendition() 1228 case 95: /* Set bright foreground color: magenta */ in teken_subr_set_graphic_rendition() 1229 case 96: /* Set bright foreground color: cyan */ in teken_subr_set_graphic_rendition() 1230 case 97: /* Set bright foreground color: white */ in teken_subr_set_graphic_rendition() 1233 case 100: /* Set bright background color: black */ in teken_subr_set_graphic_rendition() 1234 case 101: /* Set bright background color: red */ in teken_subr_set_graphic_rendition() [all …]
|
/freebsd/stand/lua/ |
H A D | color.lua.8 | 60 .It Ic color.BRIGHT 115 .Ic color.BRIGHT
|
H A D | color.lua | 49 color.BRIGHT = 1
|
/freebsd/sys/dev/vt/ |
H A D | vt_cpulogos.c | 58 unsigned int bright; in vt_vga2bsd() local 60 bright = (vga & 0x8); in vt_vga2bsd() 61 return (lut[vga & 0x7] | bright); in vt_vga2bsd()
|
/freebsd/sys/powerpc/ofw/ |
H A D | ofw_syscons.c | 177 { 0x55, 0x55, 0xff }, /* 9 1/3 1/3 1 Bright Blue */ 178 { 0x55, 0xff, 0x55 }, /* 10 1/3 1 1/3 Bright Green */ 179 { 0x55, 0xff, 0xff }, /* 11 1/3 1 1 Bright Cyan */ 180 { 0xff, 0x55, 0x55 }, /* 12 1 1/3 1/3 Bright Red */ 181 { 0xff, 0x55, 0xff }, /* 13 1 1/3 1 Bright Magenta */ 182 { 0xff, 0xff, 0x80 }, /* 14 1 1 1/3 Bright Yellow */ 183 { 0xff, 0xff, 0xff } /* 15 1 1 1 Bright White */
|
/freebsd/contrib/ncurses/man/ |
H A D | curs_attr.3x | 261 A_DIM Half bright 262 A_BOLD Extra bright or bold 410 WA_DIM Half bright 411 WA_BOLD Extra bright or bold
|
H A D | curs_color.3x | 256 That permits using \fB1000\fP to represent bold/bright colors. 487 The A_BLINK attribute should in theory cause the background to go bright. 490 Paradise and compatibles) do the wrong thing when you try to set a bright
|
/freebsd/usr.sbin/vidcontrol/ |
H A D | vidcontrol.1 | 517 .Bl -column "X:X" "<00000000>" "width" "bright foreground color" 521 .Li "3 <0000X000> 1 bright foreground color" 546 Base colors with bit 3 (the bright foreground flag) set:
|
/freebsd/sys/contrib/device-tree/Bindings/leds/backlight/ |
H A D | common.yaml | 32 that a LED can be made so bright that it gets damaged or causes damage
|
/freebsd/contrib/mandoc/ |
H A D | tbl_term.c | 70 #define BRIGHT 1 macro 74 #define BHORIZ (BLEFT + BRIGHT) 328 fc = BUP * uvert + BDOWN * dvert + BRIGHT * rhori; in term_tbl() 481 BLEFT * lhori + BRIGHT * rhori + in term_tbl() 611 cpn->pos != TBL_CELL_DOWN ? BRIGHT * hw : 0), 1); in tbl_hrule() 681 BRIGHT * rw + BUP * uw + BDOWN * dw, 1); in tbl_hrule()
|
/freebsd/sys/arm/include/ |
H A D | sc_machdep.h | 49 #define FG_WHITE 0xf /* aka bright white */
|
/freebsd/sys/powerpc/include/ |
H A D | sc_machdep.h | 49 #define FG_WHITE 0xf /* aka bright white */
|
/freebsd/share/doc/psd/20.ipctut/ |
H A D | pipe.c | 30 #define DATA "Bright star, would I were steadfast as thou art . . ."
|
/freebsd/share/man/man4/ |
H A D | vt.4 | 363 This line changes the default color of kernel messages to be bright red 364 on a black background, or black on a bright red background when reversed.
|
H A D | syscons.4 | 572 The kernel message will be printed bright red on black background. 580 is not set, or is set to its default of bright white on black,
|
/freebsd/contrib/ncurses/include/ |
H A D | Caps-ncurses | 354 userdef grbom str - disable real bold (not intensity bright) mode. 355 userdef gsbom str - enable real bold (not intensity bright) mode. 370 userdef norm str - turn off bold and half-bright mode
|
/freebsd/contrib/bsddialog/lib/ |
H A D | bsddialog.3 | 499 Half bright. 501 disable half bright.
|
/freebsd/share/termcap/ |
H A D | termcap.5 | 265 enter_bold_mode md turn on bold (extra bright) mode 269 enter_dim_mode mh turn on half-bright mode 1388 (If you have a choice, reverse video plus half-bright is good, 1424 (bold or extra bright), 1426 (dim or half-bright),
|
/freebsd/contrib/bsddialog/utility/ |
H A D | bsddialog.1 | 391 Half bright. 393 disable half bright.
|
/freebsd/sbin/nvmecontrol/tests/ |
H A D | basic.sh | 3 # Copyright (c) 2020 David A. Bright
|