Searched refs:YY_BUFFER_STATE (Results 1 – 1 of 1) sorted by relevance
170 typedef struct yy_buffer_state *YY_BUFFER_STATE; typedef287 static YY_BUFFER_STATE * yy_buffer_stack = NULL; /**< Stack as an array. */330 void yy_switch_to_buffer ( YY_BUFFER_STATE new_buffer );331 YY_BUFFER_STATE yy_create_buffer ( FILE *file, int size );332 void yy_delete_buffer ( YY_BUFFER_STATE b );333 void yy_flush_buffer ( YY_BUFFER_STATE b );334 void yypush_buffer_state ( YY_BUFFER_STATE new_buffer );339 static void yy_init_buffer ( YY_BUFFER_STATE b, FILE *file );342 YY_BUFFER_STATE yy_scan_buffer ( char *base, yy_size_t size );343 YY_BUFFER_STATE yy_scan_string ( const char *yy_str );[all …]