| /src/external/gpl3/gdb/dist/gdb/testsuite/lib/ |
| gdb-utils.exp | 72 set intensity 22 77 title { set intensity 1 } 78 command { set intensity 1 } 84 metadata { set intensity 2 } 85 version { set fg 35; set intensity 1 } 86 line-number { set intensity 2 } 89 return "\033\\\[${fg};${bg};${intensity};${italic};${underline};${reverse}m${str}\033\\\[m"
|
| tuiterm.exp | 751 intensity normal 810 set _attrs(intensity) bold 813 set _attrs(intensity) dim 828 set _attrs(intensity) normal
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| ui-style.h | 139 /* Intensity settings that are available. */ 140 enum intensity enum in struct:ui_file_style 149 ui_file_style (color f, color b, intensity i = NORMAL) 219 /* Return the intensity of this style. */ 220 intensity get_intensity () const 242 intensity m_intensity = NORMAL;
|
| /src/external/gpl3/gdb.old/dist/gdb/cli/ |
| cli-style.h | 34 ui_file_style::intensity = ui_file_style::NORMAL); 36 /* Construct a CLI style option with an intensity. */ 37 cli_style_option (const char *name, ui_file_style::intensity i); 73 /* The intensity. */ 93 /* Callback to show the intensity. */
|
| cli-style.c | 60 ui_file_style::intensity. */ 139 ui_file_style::intensity intensity) 144 m_intensity (cli_intensities[intensity]) 151 ui_file_style::intensity i) 180 ui_file_style::intensity intensity = ui_file_style::NORMAL; local 186 intensity = (ui_file_style::intensity) i; 191 return ui_file_style (fg, bg, intensity); [all...] |
| /src/external/gpl3/gdb/dist/gdb/cli/ |
| cli-style.h | 34 ui_file_style::intensity = ui_file_style::NORMAL); 36 /* Construct a CLI style option with an intensity. */ 37 cli_style_option (const char *name, ui_file_style::intensity i); 73 /* The intensity. */ 93 /* Callback to show the intensity. */
|
| cli-style.c | 55 ui_file_style::intensity. */ 209 ui_file_style::intensity intensity) 214 m_intensity (cli_intensities[intensity]) 221 ui_file_style::intensity i) 235 ui_file_style::intensity intensity = ui_file_style::NORMAL; local 241 intensity = (ui_file_style::intensity) i; 246 return ui_file_style (m_foreground, m_background, intensity); [all...] |
| /src/sys/arch/macppc/dev/ |
| lightbar.c | 269 int i, j, old[4] = {0, 0, 0, 0}, intensity[16]; local 281 prev, old, &intensity[8]); 289 &prev[CPUSTATES], &old[2], intensity); 296 intensity[i] = intensity[i + 8]; 300 * this turns our intensity map into a bit pattern for 302 * each LED we set the corresponding bit in intensity[j] 308 if (intensity[j] > i)
|
| /src/external/gpl3/gdb/dist/gdb/ |
| ui-style.h | 247 /* Intensity settings that are available. */ 248 enum intensity enum in struct:ui_file_style 257 ui_file_style (color f, color b, intensity i = NORMAL) 331 /* Return the intensity of this style. */ 332 intensity get_intensity () const 383 intensity m_intensity = NORMAL;
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/lib/ |
| tuiterm.exp | 555 intensity normal 609 set _attrs(intensity) bold 612 set _attrs(intensity) dim 627 set _attrs(intensity) normal
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.tui/ |
| tuiterm.exp | 701 intensity {
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.tui/ |
| tuiterm.exp | 742 intensity {
|
| /src/share/terminfo/ |
| terminfo | 1362 # gsbom/grbom are used to enable/disable real bold (not intensity bright) mode. 11374 # a.k.a. half-intensity outside of protect mode) is used to control 11435 # control characters, and the half-intensity ("protected") attribute 11441 # This uses half-intensity mode (<dim>) for standout (<smso>), and 11442 # exposes no other attributes (half-intensity is the only attribute 11445 tvi912b+dim|TeleVideo TVI-912B/TVI-920B and TVI-912C/TVI-920C half-intensity attribute support, 11450 # Full magic-cookie attribute support, with half-intensity reverse 11504 tvi912b-2p|tvi912c-2p|TeleVideo TVI-912B or TVI-912C (second page memory option; half-intensity attribute), 11510 tvi912b-vb|tvi912c-vb|TeleVideo TVI-912B or TVI-912C (second page memory option "visible bell"; half-intensity attribute), 11516 tvi912b|tvi912c|TeleVideo TVI-912B or TVI-912C (half-intensity attribute) [all...] |