CWB
|
Data Fields | |
char * | data |
the actual buffered input string More... | |
int | position |
current read position More... | |
struct _MacroEntry * | macro |
pointer to the macro which created this buffer More... | |
struct _InputBuffer * | next |
next buffer (will be read when current buffer has been completed) More... | |
char* data |
the actual buffered input string
Referenced by delete_macro_buffers(), expand_macro(), PopInputBuffer(), PushInputBuffer(), and yy_input_char().
struct _MacroEntry* macro |
pointer to the macro which created this buffer
Referenced by delete_macro_buffers(), expand_macro(), PopInputBuffer(), and PushInputBuffer().
struct _InputBuffer* next |
next buffer (will be read when current buffer has been completed)
Referenced by macro_debug_newline_indent(), PopInputBuffer(), and PushInputBuffer().
int position |
current read position
Referenced by delete_macro_buffers(), PushInputBuffer(), and yy_input_char().