Searched refs:ui_out_wrap_hint (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | stack.c | 331 ui_out_wrap_hint (uiout, " "); in print_frame_args() 642 ui_out_wrap_hint (uiout, " "); in print_frame() 665 ui_out_wrap_hint (uiout, " "); in print_frame() 683 ui_out_wrap_hint (uiout, " "); in print_frame()
|
H A D | ui-out.h | 143 extern void ui_out_wrap_hint (struct ui_out *uiout, char *identstring);
|
H A D | ui-out.c | 630 ui_out_wrap_hint (struct ui_out *uiout, char *identstring) in ui_out_wrap_hint() function
|
H A D | breakpoint.c | 3486 ui_out_wrap_hint (uiout, wrap_indent); in print_one_breakpoint()
|
/openbsd/gnu/usr.bin/binutils/gdb/cli/ |
H A D | cli-setshow.c | 273 ui_out_wrap_hint (uiout, " "); in do_setshow_command()
|
/openbsd/gnu/usr.bin/binutils/gdb/doc/ |
H A D | gdbint.texinfo | 1152 @deftypefun void ui_out_wrap_hint (struct ui_out *@var{uiout}, char *@var{indent}) 1157 accessible until the next call to @code{ui_out_wrap_hint}, or until an
|