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

Function yy_load_buffer_state

scripts/config/lexer.lex.c:3439–3445  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3437}
3438
3439static void yy_load_buffer_state (void)
3440{
3441 (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
3442 (yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos;
3443 yyin = YY_CURRENT_BUFFER_LVALUE->yy_input_file;
3444 (yy_hold_char) = *(yy_c_buf_p);
3445}
3446
3447/** Allocate and initialize an input buffer state.
3448 * @param file A readable stream.

Callers 6

lexer.lex.cFile · 0.85
yyrestartFunction · 0.85
yy_switch_to_bufferFunction · 0.85
yy_flush_bufferFunction · 0.85
yypush_buffer_stateFunction · 0.85
yypop_buffer_stateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected