Lines Matching defs:ui_file
39 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
430 struct ui_file *ui_file = ui_file_new (); in stdio_file_new() local
546 struct ui_file *ui_file = ui_file_new (); in tee_file_new() local