Home | History | Annotate | Download | only in gdb

Lines Matching defs:ui_out

35 /* the current ui_out */
39 extern struct ui_out **current_ui_current_uiout_ptr (void);
159 class ui_out
163 explicit ui_out (ui_out_flags flags = 0);
164 virtual ~ui_out ();
166 DISABLE_COPY_AND_ASSIGN (ui_out);
265 /* Redirect the output of a ui_out object temporarily. */
271 /* HACK: Code in GDB is currently checking to see the type of ui_out
334 struct ui_out *m_uiout;
409 ui_out_emit_type (struct ui_out *uiout, const char *id)
424 struct ui_out *m_uiout;
436 ui_out_emit_table (struct ui_out *uiout, int nr_cols, int nr_rows,
453 struct ui_out *m_uiout;
463 ui_out_redirect_pop (ui_out *uiout, ui_file *stream)
478 struct ui_out *m_uiout;
489 buffer_group (ui_out *uiout);
543 do_with_buffered_output (F func, ui_out *uiout, Arg... args)
630 buffered_streams (buffer_group *group, ui_out *uiout);
654 /* Additional ui_out being buffered. */
655 ui_out *m_uiout;