|
CUBRID Engine
latest
|

Public Attributes | |
| FILE * | yy_input_file |
| YY_CHAR * | yy_ch_buf |
| YY_CHAR * | yy_buf_pos |
| int | yy_buf_size |
| int | yy_n_chars |
| int | yy_eof_status |
| 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 |
Definition at line 298 of file cnvlex.c.
Referenced by input(), while(), yy_get_next_buffer(), yy_load_buffer_state(), yy_switch_to_buffer(), and yyunput().