Basic Objects |
---|
Name | Type | Default |
aflex_debug | boolean | false |
yytext_ptr | integer | |
YY_READ_BUF_SIZE | integer | 8192 | constant |
points to start of yytext in buffer yy_ch_buf has to be 2 characters longer than YY_BUF_SIZE because we need to put in 2 end-of-buffer characters (this is explained where it is done) at the end of yy_ch_buf |
|
YY_BUF_SIZE | integer | YY_READ_BUF_SIZE * 2 | constant |
yy_ch_buf | ch_buf_type | |
yy_bp | integer | |
yy_cp | integer | |
yy_hold_char | character | |
yy_hold_char holds the character lost when yytext is formed |
|
yy_c_buf_p | integer | |
yy_init | boolean | true |
These variables are needed between calls to YYLex. |
|
yy_start | integer | 0 |
do we need to initialize YYLex? |
|
yy_last_accepting_state | yy_state_type | |
yy_last_accepting_cpos | integer | |