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

Public Attributes

intts_magic
 
enum streamtype ts_streamtype
 
FILE * ts_filestream
 
char * ts_strbuf
 
int ts_buflen
 

Detailed Description

Definition at line 37 of file tui-file.c.

Member Data Documentation

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
char* tui_stream::ts_strbuf
enum streamtype tui_stream::ts_streamtype

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