MCPcopy Create free account
hub / github.com/GarageGames/Torque3D / yy_load_buffer_state

Function yy_load_buffer_state

Engine/source/console/CMDscan.cpp:1786–1793  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1784void yy_load_buffer_state( void )
1785#else
1786void yy_load_buffer_state()
1787#endif
1788 {
1789 yy_n_chars = yy_current_buffer->yy_n_chars;
1790 yytext_ptr = yy_c_buf_p = yy_current_buffer->yy_buf_pos;
1791 yyin = yy_current_buffer->yy_input_file;
1792 yy_hold_char = *yy_c_buf_p;
1793 }
1794
1795
1796#ifdef YY_USE_PROTOS

Callers 1

CMDscan.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected