GDB (xrefs)
Public Attributes | List of all members
ui_file Struct Reference

Public Attributes

intmagic
 
ui_file_flush_ftypeto_flush
 
ui_file_write_ftypeto_write
 
ui_file_write_async_safe_ftypeto_write_async_safe
 
ui_file_fputs_ftypeto_fputs
 
ui_file_read_ftypeto_read
 
ui_file_delete_ftypeto_delete
 
ui_file_isatty_ftypeto_isatty
 
ui_file_rewind_ftypeto_rewind
 
ui_file_put_ftypeto_put
 
ui_file_fseek_ftypeto_fseek
 
void * to_data
 

Detailed Description

Definition at line 39 of file ui-file.c.

Member Data Documentation

int* ui_file::magic

Definition at line 41 of file ui-file.c.

Referenced by ui_file_data(), and ui_file_new().

void* ui_file::to_data

Definition at line 52 of file ui-file.c.

Referenced by set_ui_file_data(), and ui_file_data().

ui_file_delete_ftype* ui_file::to_delete

Definition at line 47 of file ui-file.c.

Referenced by set_ui_file_data(), and ui_file_delete().

ui_file_flush_ftype* ui_file::to_flush

Definition at line 42 of file ui-file.c.

Referenced by gdb_flush(), set_ui_file_flush(), and tee_file_flush().

ui_file_fputs_ftype* ui_file::to_fputs

Definition at line 45 of file ui-file.c.

Referenced by fputs_unfiltered(), null_file_write(), set_ui_file_fputs(), and tee_file_fputs().

ui_file_fseek_ftype* ui_file::to_fseek

Definition at line 51 of file ui-file.c.

Referenced by set_ui_file_fseek(), and ui_file_fseek().

ui_file_isatty_ftype* ui_file::to_isatty

Definition at line 48 of file ui-file.c.

Referenced by set_ui_file_isatty(), and ui_file_isatty().

ui_file_put_ftype* ui_file::to_put

Definition at line 50 of file ui-file.c.

Referenced by set_ui_file_put(), and ui_file_put().

ui_file_read_ftype* ui_file::to_read

Definition at line 46 of file ui-file.c.

Referenced by set_ui_file_read(), and ui_file_read().

ui_file_rewind_ftype* ui_file::to_rewind

Definition at line 49 of file ui-file.c.

Referenced by set_ui_file_rewind(), and ui_file_rewind().

ui_file_write_ftype* ui_file::to_write

Definition at line 43 of file ui-file.c.

Referenced by null_file_fputs(), set_ui_file_write(), and ui_file_write().

ui_file_write_async_safe_ftype* ui_file::to_write_async_safe

Definition at line 44 of file ui-file.c.

Referenced by set_ui_file_write_async_safe(), and ui_file_write_async_safe().


The documentation for this struct was generated from the following file: