MCPcopy Create free account
hub / github.com/Singular/Singular / yy_load_buffer_state

Function yy_load_buffer_state

Singular/scanner.cc:1911–1918  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1909void yy_load_buffer_state( void )
1910#else
1911void yy_load_buffer_state()
1912#endif
1913 {
1914 yy_n_chars = yy_current_buffer->yy_n_chars;
1915 yytext_ptr = yy_c_buf_p = yy_current_buffer->yy_buf_pos;
1916 yyin = yy_current_buffer->yy_input_file;
1917 yy_hold_char = *yy_c_buf_p;
1918 }
1919
1920
1921#ifdef YY_USE_PROTOS

Callers 1

scanner.ccFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected