GDB (xrefs)
|
Public Attributes | |
int * | magic |
FILE * | file |
int | fd |
int | close_p |
int stdio_file::close_p |
Definition at line 510 of file ui-file.c.
Referenced by stdio_file_delete(), and stdio_file_new().
int stdio_file::fd |
Definition at line 509 of file ui-file.c.
Referenced by stdio_file_isatty(), stdio_file_new(), stdio_file_read(), and stdio_file_write_async_safe().
FILE* stdio_file::file |
Definition at line 506 of file ui-file.c.
Referenced by stdio_file_delete(), stdio_file_flush(), stdio_file_fputs(), stdio_file_fseek(), stdio_file_new(), and stdio_file_write().
int* stdio_file::magic |
Definition at line 505 of file ui-file.c.
Referenced by stdio_file_delete(), stdio_file_flush(), stdio_file_fputs(), stdio_file_fseek(), stdio_file_isatty(), stdio_file_new(), stdio_file_read(), stdio_file_write(), and stdio_file_write_async_safe().