Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/
H A Dui-file.c41 struct ui_file struct
44 ui_file_flush_ftype *to_flush; argument
45 ui_file_write_ftype *to_write; argument
47 ui_file_fputs_ftype *to_fputs; argument
48 ui_file_read_ftype *to_read; argument
49 ui_file_delete_ftype *to_delete; argument
50 ui_file_isatty_ftype *to_isatty; argument
51 ui_file_rewind_ftype *to_rewind; argument
52 ui_file_put_ftype *to_put; argument
53 ui_file_fseek_ftype *to_fseek; argument
[all …]
H A Dutils.c1591 printchar (int c, void (*do_fputs) (const char *, struct ui_file *), in printchar()
/dragonfly/contrib/gdb-7/gdb/mi/
H A Dmi-console.c54 struct ui_file *ui_file = ui_file_new (); in mi_console_file_new() local