Lines Matching refs:YY_BUFFER_STATE
196 typedef struct yy_buffer_state *YY_BUFFER_STATE;
314 static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */
359 void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer );
360 YY_BUFFER_STATE yy_create_buffer (FILE *file,int size );
361 void yy_delete_buffer (YY_BUFFER_STATE b );
362 void yy_flush_buffer (YY_BUFFER_STATE b );
363 void yypush_buffer_state (YY_BUFFER_STATE new_buffer );
368 static void yy_init_buffer (YY_BUFFER_STATE b,FILE *file );
372 YY_BUFFER_STATE yy_scan_buffer (char *base,yy_size_t size );
373 YY_BUFFER_STATE yy_scan_string (yyconst char *yy_str );
374 YY_BUFFER_STATE yy_scan_bytes (yyconst char *bytes,int len );
1314 YY_BUFFER_STATE b = YY_CURRENT_BUFFER;
1621 void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer )
1674 YY_BUFFER_STATE yy_create_buffer (FILE * file, int size )
1679 YY_BUFFER_STATE b;
1681 b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) );
1706 void yy_delete_buffer (YY_BUFFER_STATE b )
1716 YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0;
1740 static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file )
1777 void yy_flush_buffer (YY_BUFFER_STATE b )
1811 void yypush_buffer_state (YY_BUFFER_STATE new_buffer )
1926 YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size )
1928 YY_BUFFER_STATE b;
1936 b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) );
1965 YY_BUFFER_STATE yy_scan_string (yyconst char * yystr )
1980 YY_BUFFER_STATE yy_scan_bytes (yyconst char * yybytes, int _yybytes_len )
1982 YY_BUFFER_STATE b;