Lines Matching refs:YY_BUFFER_STATE
152 typedef struct yy_buffer_state *YY_BUFFER_STATE;
254 static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */
287 void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer );
288 YY_BUFFER_STATE yy_create_buffer (FILE *file,int size );
289 void yy_delete_buffer (YY_BUFFER_STATE b );
290 void yy_flush_buffer (YY_BUFFER_STATE b );
291 void yypush_buffer_state (YY_BUFFER_STATE new_buffer );
296 static void yy_init_buffer (YY_BUFFER_STATE b,FILE *file );
300 YY_BUFFER_STATE yy_scan_buffer (char *base,yy_size_t size );
301 YY_BUFFER_STATE yy_scan_string (yyconst char *yy_str );
302 YY_BUFFER_STATE yy_scan_bytes (yyconst char *bytes,int len );
1098 YY_BUFFER_STATE b = YY_CURRENT_BUFFER;
1370 void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer )
1415 YY_BUFFER_STATE yy_create_buffer (FILE * file, int size )
1417 YY_BUFFER_STATE b;
1419 b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) );
1443 void yy_delete_buffer (YY_BUFFER_STATE b )
1450 YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0;
1466 static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file )
1494 void yy_flush_buffer (YY_BUFFER_STATE b )
1523 void yypush_buffer_state (YY_BUFFER_STATE new_buffer )
1621 YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size )
1623 YY_BUFFER_STATE b;
1631 b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) );
1658 YY_BUFFER_STATE yy_scan_string (yyconst char * yystr )
1671 YY_BUFFER_STATE yy_scan_bytes (yyconst char * yybytes, int _yybytes_len )
1673 YY_BUFFER_STATE b;