Home
last modified time | relevance | path

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

/external/linux-tools-perf/src/tools/perf/util/
Dparse-events-flex.h156 struct yy_buffer_state struct
158 FILE *yy_input_file;
160 char *yy_ch_buf; /* input buffer */
161 char *yy_buf_pos; /* current position in input buffer */
166 yy_size_t yy_buf_size;
171 int yy_n_chars;
177 int yy_is_our_buffer;
184 int yy_is_interactive;
190 int yy_at_bol;
192 int yy_bs_lineno; /**< The line count. */
[all …]
Dpmu-flex.c216 struct yy_buffer_state struct
218 FILE *yy_input_file;
220 char *yy_ch_buf; /* input buffer */
221 char *yy_buf_pos; /* current position in input buffer */
226 yy_size_t yy_buf_size;
231 int yy_n_chars;
237 int yy_is_our_buffer;
244 int yy_is_interactive;
250 int yy_at_bol;
252 int yy_bs_lineno; /**< The line count. */
[all …]
Dparse-events-flex.c210 struct yy_buffer_state struct
212 FILE *yy_input_file;
214 char *yy_ch_buf; /* input buffer */
215 char *yy_buf_pos; /* current position in input buffer */
220 yy_size_t yy_buf_size;
225 int yy_n_chars;
231 int yy_is_our_buffer;
238 int yy_is_interactive;
244 int yy_at_bol;
246 int yy_bs_lineno; /**< The line count. */
[all …]
/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.c217 struct yy_buffer_state struct
219 FILE *yy_input_file;
221 char *yy_ch_buf; /* input buffer */
222 char *yy_buf_pos; /* current position in input buffer */
227 yy_size_t yy_buf_size;
232 int yy_n_chars;
238 int yy_is_our_buffer;
245 int yy_is_interactive;
251 int yy_at_bol;
253 int yy_bs_lineno; /**< The line count. */
[all …]
/external/elfutils/src/libcpu/
Di386_lex.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/elfutils/src/src/
Dldlex.c222 struct yy_buffer_state struct
224 FILE *yy_input_file;
226 char *yy_ch_buf; /* input buffer */
227 char *yy_buf_pos; /* current position in input buffer */
232 yy_size_t yy_buf_size;
237 yy_size_t yy_n_chars;
243 int yy_is_our_buffer;
250 int yy_is_interactive;
256 int yy_at_bol;
258 int yy_bs_lineno; /**< The line count. */
[all …]