Home
last modified time | relevance | path

Searched defs:yy_buffer_state (Results 1 – 7 of 7) sorted by relevance

/external/libconfig/lib/
Dscanner.h374 struct yy_buffer_state struct
376 FILE *yy_input_file;
378 char *yy_ch_buf; /* input buffer */
379 char *yy_buf_pos; /* current position in input buffer */
384 int yy_buf_size;
389 int yy_n_chars;
395 int yy_is_our_buffer;
402 int yy_is_interactive;
408 int yy_at_bol;
410 int yy_bs_lineno; /**< The line count. */
[all …]
Dscanner.c440 struct yy_buffer_state struct
442 FILE *yy_input_file;
444 char *yy_ch_buf; /* input buffer */
445 char *yy_buf_pos; /* current position in input buffer */
450 int yy_buf_size;
455 int yy_n_chars;
461 int yy_is_our_buffer;
468 int yy_is_interactive;
474 int yy_at_bol;
476 int yy_bs_lineno; /**< The line count. */
[all …]
/external/libpcap/
Dscanner.h407 struct yy_buffer_state struct
409 FILE *yy_input_file;
411 char *yy_ch_buf; /* input buffer */
412 char *yy_buf_pos; /* current position in input buffer */
417 int yy_buf_size;
422 int yy_n_chars;
428 int yy_is_our_buffer;
435 int yy_is_interactive;
441 int yy_at_bol;
443 int yy_bs_lineno; /**< The line count. */
[all …]
Dscanner.c454 struct yy_buffer_state struct
456 FILE *yy_input_file;
458 char *yy_ch_buf; /* input buffer */
459 char *yy_buf_pos; /* current position in input buffer */
464 int yy_buf_size;
469 int yy_n_chars;
475 int yy_is_our_buffer;
482 int yy_is_interactive;
488 int yy_at_bol;
490 int yy_bs_lineno; /**< The line count. */
[all …]
/external/libtracefs/src/
Dsqlhist-lex.c211 struct yy_buffer_state struct
213 FILE *yy_input_file;
215 char *yy_ch_buf; /* input buffer */
216 char *yy_buf_pos; /* current position in input buffer */
221 int yy_buf_size;
226 int yy_n_chars;
232 int yy_is_our_buffer;
239 int yy_is_interactive;
245 int yy_at_bol;
247 int yy_bs_lineno; /**< The line count. */
[all …]
/external/angle/src/compiler/preprocessor/
Dpreprocessor_lex_autogen.cpp439 struct yy_buffer_state struct
441 FILE *yy_input_file;
443 char *yy_ch_buf; /* input buffer */
444 char *yy_buf_pos; /* current position in input buffer */
449 int yy_buf_size;
454 int yy_n_chars;
460 int yy_is_our_buffer;
467 int yy_is_interactive;
473 int yy_at_bol;
475 int yy_bs_lineno; /**< The line count. */
[all …]
/external/angle/src/compiler/translator/
Dglslang_lex_autogen.cpp276 struct yy_buffer_state struct
278 FILE *yy_input_file;
280 char *yy_ch_buf; /* input buffer */
281 char *yy_buf_pos; /* current position in input buffer */
286 int yy_buf_size;
291 int yy_n_chars;
297 int yy_is_our_buffer;
304 int yy_is_interactive;
310 int yy_at_bol;
312 int yy_bs_lineno; /**< The line count. */
[all …]