CUBRID Engine  latest
yy_buffer_state Struct Reference
Collaboration diagram for yy_buffer_state:
Collaboration graph

Public Attributes

FILE * yy_input_file
 
YY_CHARyy_ch_buf
 
YY_CHARyy_buf_pos
 
int yy_buf_size
 
int yy_n_chars
 
int yy_eof_status
 

Detailed Description

Definition at line 287 of file cnvlex.c.

Member Data Documentation

YY_CHAR* yy_buffer_state::yy_buf_pos

Definition at line 292 of file cnvlex.c.

Referenced by yy_load_buffer_state(), and yy_switch_to_buffer().

int yy_buffer_state::yy_buf_size

Definition at line 295 of file cnvlex.c.

Referenced by yy_create_buffer(), yy_get_next_buffer(), and yyunput().

YY_CHAR* yy_buffer_state::yy_ch_buf

Definition at line 291 of file cnvlex.c.

Referenced by input(), while(), yy_create_buffer(), yy_get_next_buffer(), and yyunput().

int yy_buffer_state::yy_eof_status

Definition at line 300 of file cnvlex.c.

Referenced by yy_get_next_buffer().

FILE* yy_buffer_state::yy_input_file

Definition at line 289 of file cnvlex.c.

Referenced by yy_init_buffer(), and yy_load_buffer_state().

int yy_buffer_state::yy_n_chars

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