| 3437 | } |
| 3438 | |
| 3439 | static void yy_load_buffer_state (void) |
| 3440 | { |
| 3441 | (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; |
| 3442 | (yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos; |
| 3443 | yyin = YY_CURRENT_BUFFER_LVALUE->yy_input_file; |
| 3444 | (yy_hold_char) = *(yy_c_buf_p); |
| 3445 | } |
| 3446 | |
| 3447 | /** Allocate and initialize an input buffer state. |
| 3448 | * @param file A readable stream. |
no outgoing calls
no test coverage detected