Lines Matching defs:YY_BUFFER_STATE
151 typedef struct yy_buffer_state *YY_BUFFER_STATE;
253 static YY_BUFFER_STATE * yy_buffer_stack = NULL; /**< Stack as an array. */
285 void yy_switch_to_buffer ( YY_BUFFER_STATE new_buffer );
286 YY_BUFFER_STATE yy_create_buffer ( FILE *file, int size );
287 void yy_delete_buffer ( YY_BUFFER_STATE b );
288 void yy_flush_buffer ( YY_BUFFER_STATE b );
289 void yypush_buffer_state ( YY_BUFFER_STATE new_buffer );
294 static void yy_init_buffer ( YY_BUFFER_STATE b, FILE *file );
297 YY_BUFFER_STATE yy_scan_buffer ( char *base, yy_size_t size );
298 YY_BUFFER_STATE yy_scan_string ( const char *yy_str );
299 YY_BUFFER_STATE yy_scan_bytes ( const char *bytes, int len );
4357 YY_BUFFER_STATE buffer;
7141 YY_BUFFER_STATE b = YY_CURRENT_BUFFER_LVALUE;
7381 void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer )
7426 YY_BUFFER_STATE yy_create_buffer (FILE * file, int size )
7428 YY_BUFFER_STATE b;
7430 b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) );
7454 void yy_delete_buffer (YY_BUFFER_STATE b )
7461 YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0;
7473 static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file )
7501 void yy_flush_buffer (YY_BUFFER_STATE b )
7530 void yypush_buffer_state (YY_BUFFER_STATE new_buffer )
7628 YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size )
7630 YY_BUFFER_STATE b;
7638 b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) );
7665 YY_BUFFER_STATE yy_scan_string (const char * yystr )
7678 YY_BUFFER_STATE yy_scan_bytes (const char * yybytes, int _yybytes_len )
7680 YY_BUFFER_STATE b;