GDB (xrefs)
|
Public Attributes | |
int * | ts_magic |
enum streamtype | ts_streamtype |
FILE * | ts_filestream |
char * | ts_strbuf |
int | ts_buflen |
Definition at line 37 of file tui-file.c.
int tui_stream::ts_buflen |
Definition at line 43 of file tui-file.c.
Referenced by tui_file_adjust_strbuf(), tui_fileopen(), and tui_sfileopen().
FILE* tui_stream::ts_filestream |
Definition at line 41 of file tui-file.c.
Referenced by tui_file_flush(), tui_file_isatty(), tui_fileopen(), and tui_sfileopen().
int* tui_stream::ts_magic |
Definition at line 39 of file tui-file.c.
Referenced by tui_file_adjust_strbuf(), tui_file_delete(), tui_file_flush(), tui_file_get_strbuf(), tui_file_isatty(), tui_file_new(), tui_file_put(), and tui_file_rewind().
char* tui_stream::ts_strbuf |
Definition at line 42 of file tui-file.c.
Referenced by tui_file_adjust_strbuf(), tui_file_delete(), tui_file_fputs(), tui_file_get_strbuf(), tui_file_put(), tui_file_rewind(), tui_fileopen(), and tui_sfileopen().
enum streamtype tui_stream::ts_streamtype |
Definition at line 40 of file tui-file.c.
Referenced by tui_file_adjust_strbuf(), tui_file_delete(), tui_file_flush(), tui_file_fputs(), tui_file_isatty(), tui_file_put(), tui_fileopen(), and tui_sfileopen().