Searched refs:identstring (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils/gdb/tui/ |
| H A D | tui-out.c | 68 static void tui_wrap_hint (struct ui_out *uiout, char *identstring); 349 tui_wrap_hint (struct ui_out *uiout, char *identstring) in tui_wrap_hint() argument 354 wrap_here (identstring); in tui_wrap_hint()
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | ui-out.c | 187 static void default_wrap_hint (struct ui_out *uiout, char *identstring); 256 static void uo_wrap_hint (struct ui_out *uiout, char *identstring); 630 ui_out_wrap_hint (struct ui_out *uiout, char *identstring) in ui_out_wrap_hint() argument 632 uo_wrap_hint (uiout, identstring); in ui_out_wrap_hint() 838 default_wrap_hint (struct ui_out *uiout, char *identstring) in default_wrap_hint() argument 975 uo_wrap_hint (struct ui_out *uiout, char *identstring) in uo_wrap_hint() argument 979 uiout->impl->wrap_hint (uiout, identstring); in uo_wrap_hint()
|
| H A D | cli-out.c | 66 static void cli_wrap_hint (struct ui_out *uiout, char *identstring); 315 cli_wrap_hint (struct ui_out *uiout, char *identstring) in cli_wrap_hint() argument 320 wrap_here (identstring); in cli_wrap_hint()
|
| H A D | ui-out.h | 143 extern void ui_out_wrap_hint (struct ui_out *uiout, char *identstring); 232 typedef void (wrap_hint_ftype) (struct ui_out * uiout, char *identstring);
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/mi/ |
| H A D | mi-out.c | 64 static void mi_wrap_hint (struct ui_out *uiout, char *identstring); 276 mi_wrap_hint (struct ui_out *uiout, char *identstring) in mi_wrap_hint() argument 278 wrap_here (identstring); in mi_wrap_hint()
|