Home
last modified time | relevance | path

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

/external/bison/src/
Dscan-skel.c221 struct yy_buffer_state struct
224 FILE *yy_input_file;
230 char *yy_ch_buf; /* input buffer */
231 char *yy_buf_pos; /* current position in input buffer */
236 yy_size_t 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 …]
Dscan-gram.c221 struct yy_buffer_state struct
224 FILE *yy_input_file;
230 char *yy_ch_buf; /* input buffer */
231 char *yy_buf_pos; /* current position in input buffer */
236 yy_size_t 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/elfutils/libcpu/
Di386_lex.c220 struct yy_buffer_state struct
222 FILE *yy_input_file;
224 char *yy_ch_buf; /* input buffer */
225 char *yy_buf_pos; /* current position in input buffer */
230 yy_size_t yy_buf_size;
235 int yy_n_chars;
241 int yy_is_our_buffer;
248 int yy_is_interactive;
254 int yy_at_bol;
256 int yy_bs_lineno; /**< The line count. */
[all …]
/external/libpcap/
Dscanner.c180 struct yy_buffer_state struct
182 FILE *yy_input_file;
184 char *yy_ch_buf; /* input buffer */
185 char *yy_buf_pos; /* current position in input buffer */
190 yy_size_t yy_buf_size;
195 int yy_n_chars;
201 int yy_is_our_buffer;
208 int yy_is_interactive;
214 int yy_at_bol;
216 int yy_bs_lineno; /**< The line count. */
[all …]
/external/webkit/Tools/android/flex-2.5.4a/MISC/MVS/
Dinitscan-mvs.c281 struct yy_buffer_state struct
283 FILE *yy_input_file;
285 YY_CHAR *yy_ch_buf; /* input buffer */
286 YY_CHAR *yy_buf_pos; /* current position in input buffer */
289 int yy_buf_size;
292 int yy_n_chars;
294 int yy_eof_status; /* whether we've seen an EOF on this buffer */
/external/elfutils/src/
Dldlex.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 int 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/webkit/Tools/android/flex-2.5.4a/
Dinitscan.c145 struct yy_buffer_state struct
147 FILE *yy_input_file;
149 char *yy_ch_buf; /* input buffer */
150 char *yy_buf_pos; /* current position in input buffer */
155 yy_size_t yy_buf_size;
160 int yy_n_chars;
166 int yy_is_our_buffer;
173 int yy_is_interactive;
179 int yy_at_bol;
184 int yy_fill_buffer;
[all …]
/external/mesa3d/src/glsl/
Dglsl_lexer.cpp202 struct yy_buffer_state struct
204 FILE *yy_input_file;
206 char *yy_ch_buf; /* input buffer */
207 char *yy_buf_pos; /* current position in input buffer */
212 yy_size_t yy_buf_size;
217 int yy_n_chars;
223 int yy_is_our_buffer;
230 int yy_is_interactive;
236 int yy_at_bol;
238 int yy_bs_lineno; /**< The line count. */
[all …]
/external/mesa3d/src/glsl/glcpp/
Dglcpp-lex.c202 struct yy_buffer_state struct
204 FILE *yy_input_file;
206 char *yy_ch_buf; /* input buffer */
207 char *yy_buf_pos; /* current position in input buffer */
212 yy_size_t yy_buf_size;
217 int yy_n_chars;
223 int yy_is_our_buffer;
230 int yy_is_interactive;
236 int yy_at_bol;
238 int yy_bs_lineno; /**< The line count. */
[all …]
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
Dglslang_lex.cpp224 struct yy_buffer_state struct
226 FILE *yy_input_file;
228 char *yy_ch_buf; /* input buffer */
229 char *yy_buf_pos; /* current position in input buffer */
234 yy_size_t yy_buf_size;
239 int yy_n_chars;
245 int yy_is_our_buffer;
252 int yy_is_interactive;
258 int yy_at_bol;
260 int yy_bs_lineno; /**< The line count. */
[all …]