| 4699 | } |
| 4700 | |
| 4701 | static void msyy_load_buffer_state (void) |
| 4702 | { |
| 4703 | (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; |
| 4704 | (yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos; |
| 4705 | msyyin = YY_CURRENT_BUFFER_LVALUE->yy_input_file; |
| 4706 | (yy_hold_char) = *(yy_c_buf_p); |
| 4707 | } |
| 4708 | |
| 4709 | /** Allocate and initialize an input buffer state. |
| 4710 | * @param file A readable stream. |
no outgoing calls
no test coverage detected