GDB (xrefs)
|
Go to the source code of this file.
Classes | |
struct | cli_ui_out_data |
Typedefs | |
typedef struct ui_file * | ui_filep |
Functions | |
DEF_VEC_P (ui_filep) | |
struct ui_out * | cli_out_new (struct ui_file *stream) |
void | cli_out_data_ctor (struct cli_ui_out_data *data, struct ui_file *stream) |
struct ui_file * | cli_out_set_stream (struct ui_out *uiout, struct ui_file *stream) |
void | cli_display_match_list (char **matches, int len, int max) |
Variables | |
const struct ui_out_impl | cli_ui_out_impl |
Definition at line 485 of file cli-out.c.
References match_list_displayer::beep, cli_mld_beep(), cli_mld_crlf(), cli_mld_erase_entire_line(), cli_mld_flush(), cli_mld_putch(), cli_mld_puts(), cli_mld_read_key(), match_list_displayer::crlf, match_list_displayer::erase_entire_line, match_list_displayer::flush, gdb_display_match_list(), match_list_displayer::height, match_list_displayer::putch, match_list_displayer::puts, match_list_displayer::read_key, and match_list_displayer::width.
Referenced by init_main().
void cli_out_data_ctor | ( | struct cli_ui_out_data * | data, |
struct ui_file * | stream | ||
) |
Definition at line 387 of file cli-out.c.
References gdb_assert, and VEC_safe_push.
Referenced by cli_out_new(), and tui_out_new().
Definition at line 400 of file cli-out.c.
References cli_out_data_ctor(), ui_out::data, flags, ui_out_new(), and ui_source_list.
Referenced by _initialize_cli_interp(), mi_interpreter_init(), and tui_initialize_io().
Definition at line 410 of file cli-out.c.
References ui_out_data(), VEC_pop, and VEC_quick_push.
Referenced by cli_interpreter_exec(), cli_interpreter_resume(), and tui_resume().
DEF_VEC_P | ( | ui_filep | ) |
const struct ui_out_impl cli_ui_out_impl |
Definition at line 362 of file cli-out.c.
Referenced by _initialize_tui_out(), tui_field_fmt(), tui_field_int(), tui_field_string(), and tui_text().