MCPcopy Index your code
hub / github.com/MapServer/MapServer / msyy_load_buffer_state

Function msyy_load_buffer_state

maplexer.c:4701–4707  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4699}
4700
4701static 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.

Callers 6

maplexer.cFile · 0.85
msyyrestartFunction · 0.85
msyy_switch_to_bufferFunction · 0.85
msyy_flush_bufferFunction · 0.85
msyypush_buffer_stateFunction · 0.85
msyypop_buffer_stateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected