Searched refs:ui_out_table_begin (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/contrib/gdb/gdb/ |
| HD | ui-out.c | 277 ui_out_table_begin (struct ui_out *uiout, int nbrofcols, in ui_out_table_begin() function 366 ui_out_table_begin (ui_out, nr_cols, nr_rows, tblid); in make_cleanup_ui_out_table_begin_end()
|
| /NextBSD/contrib/gdb/gdb/doc/ |
| HD | gdbint.texinfo | 888 ui_out_table_begin 903 @deftypefun void ui_out_table_begin (struct ui_out *@var{uiout}, int @var{nbrofcols}, int @var{nr_r… 904 The function @code{ui_out_table_begin} marks the beginning of the output 910 @code{ui_out_table_begin}, so the application can free the string if it 920 column of the table, after @code{ui_out_table_begin}, but before 942 call to @code{ui_out_table_begin}, otherwise the @code{ui_out} functions 1201 ui_out_table_begin (ui, 6, nr_printable_breakpoints, "BreakpointTable"); 1203 ui_out_table_begin (ui, 5, nr_printable_breakpoints, "BreakpointTable");
|