Searched defs:yy_buffer_state (Results 1 – 6 of 6) sorted by relevance
147 struct yy_buffer_state struct149 FILE *yy_input_file;151 char *yy_ch_buf; /* input buffer */152 char *yy_buf_pos; /* current position in input buffer */157 yy_size_t yy_buf_size;162 int yy_n_chars;168 int yy_is_our_buffer;175 int yy_is_interactive;181 int yy_at_bol;186 int yy_fill_buffer;[all …]
196 struct yy_buffer_state struct 198 yy_input_fileyy_buffer_state global() argument 200 yy_ch_bufyy_buffer_state global() argument 201 yy_buf_posyy_buffer_state global() argument 206 yy_buf_sizeyy_buffer_state global() argument 211 yy_n_charsyy_buffer_state global() argument 217 yy_is_our_bufferyy_buffer_state global() argument 224 yy_is_interactiveyy_buffer_state global() argument 230 yy_at_bolyy_buffer_state global() argument 232 yy_bs_linenoyy_buffer_state global() argument 233 yy_bs_columnyy_buffer_state global() argument 238 yy_fill_bufferyy_buffer_state global() argument 240 yy_buffer_statusyy_buffer_state global() argument [all...]
181 struct yy_buffer_state struct183 FILE *yy_input_file;185 char *yy_ch_buf; /* input buffer */186 char *yy_buf_pos; /* current position in input buffer */191 yy_size_t yy_buf_size;196 int yy_n_chars;202 int yy_is_our_buffer;209 int yy_is_interactive;215 int yy_at_bol;217 int yy_bs_lineno; /**< The line count. */[all …]