Home
last modified time | relevance | path

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

/external/bison/examples/calc++/
Dcalc++-scanner.cc238 struct yy_buffer_state struct
241 FILE *yy_input_file;
247 char *yy_ch_buf; /* input buffer */
248 char *yy_buf_pos; /* current position in input buffer */
253 yy_size_t yy_buf_size;
258 yy_size_t yy_n_chars;
264 int yy_is_our_buffer;
271 int yy_is_interactive;
277 int yy_at_bol;
279 int yy_bs_lineno; /**< The line count. */
[all …]
/external/libpcap/
Dscanner.c221 struct yy_buffer_state struct
223 FILE *yy_input_file;
225 char *yy_ch_buf; /* input buffer */
226 char *yy_buf_pos; /* current position in input buffer */
231 yy_size_t yy_buf_size;
236 yy_size_t yy_n_chars;
242 int yy_is_our_buffer;
249 int yy_is_interactive;
255 int yy_at_bol;
257 int yy_bs_lineno; /**< The line count. */
[all …]
/external/bison/src/
Dscan-skel.c257 struct yy_buffer_state struct
260 FILE *yy_input_file;
266 char *yy_ch_buf; /* input buffer */
267 char *yy_buf_pos; /* current position in input buffer */
272 yy_size_t yy_buf_size;
277 yy_size_t yy_n_chars;
283 int yy_is_our_buffer;
290 int yy_is_interactive;
296 int yy_at_bol;
298 int yy_bs_lineno; /**< The line count. */
[all …]
Dscan-gram.c257 struct yy_buffer_state struct
260 FILE *yy_input_file;
266 char *yy_ch_buf; /* input buffer */
267 char *yy_buf_pos; /* current position in input buffer */
272 yy_size_t yy_buf_size;
277 yy_size_t yy_n_chars;
283 int yy_is_our_buffer;
290 int yy_is_interactive;
296 int yy_at_bol;
298 int yy_bs_lineno; /**< The line count. */
[all …]
Dscan-code.c257 struct yy_buffer_state struct
260 FILE *yy_input_file;
266 char *yy_ch_buf; /* input buffer */
267 char *yy_buf_pos; /* current position in input buffer */
272 yy_size_t yy_buf_size;
277 yy_size_t yy_n_chars;
283 int yy_is_our_buffer;
290 int yy_is_interactive;
296 int yy_at_bol;
298 int yy_bs_lineno; /**< The line count. */
[all …]
/external/skia/src/sksl/
Dlex.sksl.c236 struct yy_buffer_state struct
238 FILE *yy_input_file;
240 char *yy_ch_buf; /* input buffer */
241 char *yy_buf_pos; /* current position in input buffer */
246 yy_size_t yy_buf_size;
251 yy_size_t yy_n_chars;
257 int yy_is_our_buffer;
264 int yy_is_interactive;
270 int yy_at_bol;
272 int yy_bs_lineno; /**< The line count. */
[all …]
Dlex.layout.c221 struct yy_buffer_state struct
223 FILE *yy_input_file;
225 char *yy_ch_buf; /* input buffer */
226 char *yy_buf_pos; /* current position in input buffer */
231 yy_size_t yy_buf_size;
236 yy_size_t yy_n_chars;
242 int yy_is_our_buffer;
249 int yy_is_interactive;
255 int yy_at_bol;
257 int yy_bs_lineno; /**< The line count. */
[all …]
/external/swiftshader/src/OpenGL/compiler/preprocessor/
DTokenizer.cpp229 struct yy_buffer_state struct
231 FILE *yy_input_file;
233 char *yy_ch_buf; /* input buffer */
234 char *yy_buf_pos; /* current position in input buffer */
239 yy_size_t yy_buf_size;
244 yy_size_t yy_n_chars;
250 int yy_is_our_buffer;
257 int yy_is_interactive;
263 int yy_at_bol;
265 int yy_bs_lineno; /**< The line count. */
[all …]
/external/swiftshader/src/OpenGL/compiler/
Dglslang_lex.cpp260 struct yy_buffer_state struct
262 FILE *yy_input_file;
264 char *yy_ch_buf; /* input buffer */
265 char *yy_buf_pos; /* current position in input buffer */
270 yy_size_t yy_buf_size;
275 yy_size_t yy_n_chars;
281 int yy_is_our_buffer;
288 int yy_is_interactive;
294 int yy_at_bol;
296 int yy_bs_lineno; /**< The line count. */
[all …]