CWB
Data Fields
_InputBuffer Struct Reference

Data Fields

char * data
 the actual buffered input string More...
 
int position
 current read position More...
 
struct _MacroEntrymacro
 pointer to the macro which created this buffer More...
 
struct _InputBuffernext
 next buffer (will be read when current buffer has been completed) More...
 

Field Documentation

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().


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