Data Fields | |
struct text_buffer * | next |
int | top |
char | data [TEXTBUFSIZE] |
Definition at line 390 of file def_struct.h.
char text_buffer::data[TEXTBUFSIZE] |
Definition at line 393 of file def_struct.h.
struct text_buffer* text_buffer::next |
Definition at line 391 of file def_struct.h.
int text_buffer::top |
Definition at line 392 of file def_struct.h.