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

Function yy_load_buffer_state

Engine/source/console/CMDscan.cpp:1789–1796  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

CMDscan.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected