Searched defs:yy_buffer_state (Results 1 – 4 of 4) sorted by relevance
162 struct yy_buffer_state struct164 FILE *yy_input_file;166 char *yy_ch_buf; /* input buffer */172 yy_size_t yy_buf_size;177 yy_size_t yy_n_chars;183 int yy_is_our_buffer;190 int yy_is_interactive;196 int yy_at_bol;198 int yy_bs_lineno; /**< The line count. */204 int yy_fill_buffer;[all …]
158 struct yy_buffer_state struct160 FILE *yy_input_file;162 char *yy_ch_buf; /* input buffer */168 yy_size_t yy_buf_size;173 yy_size_t yy_n_chars;179 int yy_is_our_buffer;186 int yy_is_interactive;192 int yy_at_bol;194 int yy_bs_lineno; /**< The line count. */200 int yy_fill_buffer;[all …]
216 struct yy_buffer_state struct218 FILE *yy_input_file;220 char *yy_ch_buf; /* input buffer */226 yy_size_t yy_buf_size;231 yy_size_t 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. */258 int yy_fill_buffer;[all …]
231 struct yy_buffer_state struct233 FILE *yy_input_file;235 char *yy_ch_buf; /* input buffer */241 yy_size_t yy_buf_size;246 yy_size_t yy_n_chars;252 int yy_is_our_buffer;259 int yy_is_interactive;265 int yy_at_bol;267 int yy_bs_lineno; /**< The line count. */273 int yy_fill_buffer;[all …]
Completed in 16 milliseconds