Searched refs:intensity (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dui-style.h140 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;
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dui-style.h140 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;
/netbsd-current/external/gpl3/gdb/dist/gdb/cli/
H A Dcli-style.h34 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. */
H A Dcli-style.c61 ui_file_style::intensity. */
132 ui_file_style::intensity intensity)
137 m_intensity (cli_intensities[intensity])
144 ui_file_style::intensity i)
173 ui_file_style::intensity intensity = ui_file_style::NORMAL; local
179 intensity = (ui_file_style::intensity) i;
184 return ui_file_style (fg, bg, intensity);
130 cli_style_option(const char *name, ui_file_style::basic_color fg, ui_file_style::intensity intensity) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/cli/
H A Dcli-style.c54 ui_file_style::intensity. */
114 ui_file_style::intensity i)
143 ui_file_style::intensity intensity = ui_file_style::NORMAL; local
149 intensity = (ui_file_style::intensity) i;
154 return ui_file_style (fg, bg, intensity);
209 do_show (_("display intensity"), file, cmd, value);
246 add_setshow_enum_cmd ("intensity", theclass, cli_intensities,
248 _("Set the display intensity fo
[all...]
H A Dcli-style.h35 /* Construct a CLI style option with an intensity. */
36 cli_style_option (const char *name, ui_file_style::intensity i);
71 /* The intensity. */
94 /* Callback to show the intensity. */
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/lib/
H A Dtuiterm.exp314 set _attrs(intensity) normal
321 set _attrs(intensity) bold
324 set _attrs(intensity) dim
333 set _attrs(intensity) normal
398 intensity normal
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/lib/
H A Dtuiterm.exp546 set _attrs(intensity) normal
553 set _attrs(intensity) bold
556 set _attrs(intensity) dim
565 set _attrs(intensity) normal
656 intensity normal

Completed in 193 milliseconds