Public Attributes | |
| YY_EXTRA_TYPE | yyextra_r |
| FILE * | yyin_r |
| FILE * | yyout_r |
| size_t | yy_buffer_stack_top |
| index of top of stack. | |
| size_t | yy_buffer_stack_max |
| capacity of stack. | |
| YY_BUFFER_STATE * | yy_buffer_stack |
| Stack as an array. | |
| char | yy_hold_char |
| int | yy_n_chars |
| int | yyleng_r |
| char * | yy_c_buf_p |
| int | yy_init |
| int | yy_start |
| int | yy_did_buffer_switch_on_eof |
| int | yy_start_stack_ptr |
| int | yy_start_stack_depth |
| int * | yy_start_stack |
| yy_state_type | yy_last_accepting_state |
| char * | yy_last_accepting_cpos |
| int | yylineno_r |
| int | yy_flex_debug_r |
| char * | yytext_r |
| int | yy_more_flag |
| int | yy_more_len |
Definition at line 486 of file scanner.cpp.
| YY_EXTRA_TYPE yyguts_t::yyextra_r |
Definition at line 490 of file scanner.cpp.
| FILE* yyguts_t::yyin_r |
Definition at line 493 of file scanner.cpp.
| FILE * yyguts_t::yyout_r |
Definition at line 493 of file scanner.cpp.
index of top of stack.
Definition at line 494 of file scanner.cpp.
Referenced by yy_init_globals(), yyensure_buffer_stack(), yypop_buffer_state(), and yypush_buffer_state().
capacity of stack.
Definition at line 495 of file scanner.cpp.
Referenced by yy_init_globals(), and yyensure_buffer_stack().
Stack as an array.
Definition at line 496 of file scanner.cpp.
Referenced by yy_init_globals(), yyensure_buffer_stack(), and yylex_destroy().
Definition at line 499 of file scanner.cpp.
| char* yyguts_t::yy_c_buf_p |
Definition at line 500 of file scanner.cpp.
Referenced by yy_init_globals(), and yypush_buffer_state().
Definition at line 503 of file scanner.cpp.
Referenced by yypop_buffer_state(), and yypush_buffer_state().
Definition at line 507 of file scanner.cpp.
Definition at line 508 of file scanner.cpp.
Definition at line 510 of file scanner.cpp.
Definition at line 511 of file scanner.cpp.
| char* yyguts_t::yytext_r |
Definition at line 513 of file scanner.cpp.
Definition at line 514 of file scanner.cpp.
Definition at line 515 of file scanner.cpp.
1.5.1