Home
last modified time | relevance | path

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

/external/libpcap/
Dscanner.h172 struct yy_buffer_state struct
174 FILE *yy_input_file;
176 char *yy_ch_buf; /* input buffer */
177 char *yy_buf_pos; /* current position in input buffer */
182 int yy_buf_size;
187 int yy_n_chars;
193 int yy_is_our_buffer;
200 int yy_is_interactive;
206 int yy_at_bol;
208 int yy_bs_lineno; /**< The line count. */
[all …]
Dscanner.c226 struct yy_buffer_state struct
228 FILE *yy_input_file;
230 char *yy_ch_buf; /* input buffer */
231 char *yy_buf_pos; /* current position in input buffer */
236 int yy_buf_size;
241 int yy_n_chars;
247 int yy_is_our_buffer;
254 int yy_is_interactive;
260 int yy_at_bol;
262 int yy_bs_lineno; /**< The line count. */
[all …]
/external/iproute2/tc/
Demp_ematch.lex.c206 struct yy_buffer_state struct
208 FILE *yy_input_file;
210 char *yy_ch_buf; /* input buffer */
211 char *yy_buf_pos; /* current position in input buffer */
216 int yy_buf_size;
221 int yy_n_chars;
227 int yy_is_our_buffer;
234 int yy_is_interactive;
240 int yy_at_bol;
242 int yy_bs_lineno; /**< The line count. */
[all …]
/external/swiftshader/src/OpenGL/compiler/
Dglslang_lex.cpp353 struct yy_buffer_state struct
355 FILE *yy_input_file;
359 char *yy_ch_buf; /* input buffer */
360 char *yy_buf_pos; /* current position in input buffer */
365 int yy_buf_size;
370 int yy_n_chars;
376 int yy_is_our_buffer;
383 int yy_is_interactive;
389 int yy_at_bol;
391 int yy_bs_lineno; /**< The line count. */
[all …]
/external/swiftshader/src/OpenGL/compiler/preprocessor/
DTokenizer.cpp568 struct yy_buffer_state struct
570 FILE *yy_input_file;
574 char *yy_ch_buf; /* input buffer */
575 char *yy_buf_pos; /* current position in input buffer */
580 int yy_buf_size;
585 int yy_n_chars;
591 int yy_is_our_buffer;
598 int yy_is_interactive;
604 int yy_at_bol;
606 int yy_bs_lineno; /**< The line count. */
[all …]