Lines Matching defs:ui_file
41 struct ui_file struct
44 ui_file_flush_ftype *to_flush; argument
45 ui_file_write_ftype *to_write; argument
46 ui_file_write_async_safe_ftype *to_write_async_safe; 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
58 struct ui_file * argument
512 struct ui_file *ui_file = ui_file_new (); in stdio_file_new() local
695 struct ui_file *ui_file = ui_file_new (); in tee_file_new() local