Searched refs:ui_out_wrap_hint (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12-stable/contrib/gdb/gdb/ |
| D | stack.c | 335 ui_out_wrap_hint (uiout, " "); in print_frame_args() 646 ui_out_wrap_hint (uiout, " "); in print_frame() 669 ui_out_wrap_hint (uiout, " "); in print_frame() 687 ui_out_wrap_hint (uiout, " "); in print_frame()
|
| D | ui-out.h | 143 extern void ui_out_wrap_hint (struct ui_out *uiout, char *identstring);
|
| D | ui-out.c | 630 ui_out_wrap_hint (struct ui_out *uiout, char *identstring) in ui_out_wrap_hint() function
|
| D | breakpoint.c | 3494 ui_out_wrap_hint (uiout, wrap_indent); in print_one_breakpoint()
|
| /freebsd-12-stable/contrib/gdb/gdb/cli/ |
| D | cli-setshow.c | 272 ui_out_wrap_hint (uiout, " "); in do_setshow_command()
|
| /freebsd-12-stable/contrib/gdb/gdb/doc/ |
| D | gdbint.texinfo | 1140 @deftypefun void ui_out_wrap_hint (struct ui_out *@var{uiout}, char *@var{indent}) 1145 accessible until the next call to @code{ui_out_wrap_hint}, or until an
|