Lines Matching refs: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. */
286 void yy_switch_to_buffer ( YY_BUFFER_STATE new_buffer );
287 YY_BUFFER_STATE yy_create_buffer ( FILE *file, int size );
288 void yy_delete_buffer ( YY_BUFFER_STATE b );
289 void yy_flush_buffer ( YY_BUFFER_STATE b );
290 void yypush_buffer_state ( YY_BUFFER_STATE new_buffer );
295 static void yy_init_buffer ( YY_BUFFER_STATE b, FILE *file );
298 YY_BUFFER_STATE yy_scan_buffer ( char *base, yy_size_t size );
299 YY_BUFFER_STATE yy_scan_string ( const char *yy_str );
300 YY_BUFFER_STATE yy_scan_bytes ( const char *bytes, int len );
1047 YY_BUFFER_STATE b = YY_CURRENT_BUFFER_LVALUE;
1287 void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer )
1332 YY_BUFFER_STATE yy_create_buffer (FILE * file, int size )
1334 YY_BUFFER_STATE b;
1336 b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) );
1360 void yy_delete_buffer (YY_BUFFER_STATE b )
1367 YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0;
1379 static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file )
1407 void yy_flush_buffer (YY_BUFFER_STATE b )
1436 void yypush_buffer_state (YY_BUFFER_STATE new_buffer )
1534 YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size )
1536 YY_BUFFER_STATE b;
1544 b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) );
1571 YY_BUFFER_STATE yy_scan_string (const char * yystr )
1584 YY_BUFFER_STATE yy_scan_bytes (const char * yybytes, int _yybytes_len )
1586 YY_BUFFER_STATE b;