Data Fields | |
struct text_buffer * | next |
int | top |
char | data [TEXTBUFSIZE] |
Definition at line 403 of file def_struct.h.
char text_buffer::data[TEXTBUFSIZE] |
Definition at line 406 of file def_struct.h.
struct text_buffer* text_buffer::next |
Definition at line 404 of file def_struct.h.
int text_buffer::top |
Definition at line 405 of file def_struct.h.