Home
last modified time | relevance | path

Searched defs:ui_file (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dui-file.c39 struct ui_file struct
42 ui_file_flush_ftype *to_flush; argument
43 ui_file_write_ftype *to_write; argument
44 ui_file_fputs_ftype *to_fputs; argument
45 ui_file_read_ftype *to_read; argument
46 ui_file_delete_ftype *to_delete; argument
47 ui_file_isatty_ftype *to_isatty; argument
48 ui_file_rewind_ftype *to_rewind; argument
49 ui_file_put_ftype *to_put; argument
54 struct ui_file * argument
[all …]
H A Dutils.c1551 printchar (int c, void (*do_fputs) (const char *, struct ui_file *), in printchar()
/openbsd/gnu/usr.bin/binutils/gdb/mi/
H A Dmi-console.c49 struct ui_file *ui_file = ui_file_new (); in mi_console_file_new() local