| 1903 | } |
| 1904 | |
| 1905 | static void yy_load_buffer_state (yyscan_t yyscanner) |
| 1906 | { |
| 1907 | struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; |
| 1908 | yyg->yy_n_chars = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; |
| 1909 | yyg->yytext_ptr = yyg->yy_c_buf_p = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos; |
| 1910 | yyin = YY_CURRENT_BUFFER_LVALUE->yy_input_file; |
| 1911 | yyg->yy_hold_char = *yyg->yy_c_buf_p; |
| 1912 | } |
| 1913 | |
| 1914 | /** Allocate and initialize an input buffer state. |
| 1915 | * @param file A readable stream. |
no outgoing calls
no test coverage detected
searching dependent graphs…