GDB (xrefs)
|
Public Attributes | |
int * | magic |
struct ui_file * | one |
struct ui_file * | two |
int | close_one |
int | close_two |
int tee_file::close_one |
Definition at line 746 of file ui-file.c.
Referenced by tee_file_delete(), and tee_file_new().
int tee_file::close_two |
Definition at line 746 of file ui-file.c.
Referenced by tee_file_delete(), and tee_file_new().
int* tee_file::magic |
Definition at line 744 of file ui-file.c.
Referenced by tee_file_delete(), tee_file_flush(), tee_file_fputs(), tee_file_isatty(), tee_file_new(), and tee_file_write().
struct ui_file* tee_file::one |
Definition at line 745 of file ui-file.c.
Referenced by tee_file_delete(), tee_file_flush(), tee_file_fputs(), tee_file_isatty(), tee_file_new(), and tee_file_write().
struct ui_file * tee_file::two |
Definition at line 745 of file ui-file.c.
Referenced by tee_file_delete(), tee_file_flush(), tee_file_fputs(), tee_file_new(), and tee_file_write().