Lines Matching refs:YY_BUFFER_STATE

162 typedef struct yy_buffer_state *YY_BUFFER_STATE;
265 static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */
298 void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer );
299 YY_BUFFER_STATE yy_create_buffer (FILE *file,int size );
300 void yy_delete_buffer (YY_BUFFER_STATE b );
301 void yy_flush_buffer (YY_BUFFER_STATE b );
302 void yypush_buffer_state (YY_BUFFER_STATE new_buffer );
307 static void yy_init_buffer (YY_BUFFER_STATE b,FILE *file );
311 YY_BUFFER_STATE yy_scan_buffer (char *base,yy_size_t size );
312 YY_BUFFER_STATE yy_scan_string (yyconst char *yy_str );
313 YY_BUFFER_STATE yy_scan_bytes (yyconst char *bytes,yy_size_t len );
1431 YY_BUFFER_STATE b = YY_CURRENT_BUFFER_LVALUE;
1666 void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer )
1711 YY_BUFFER_STATE yy_create_buffer (FILE * file, int size )
1713 YY_BUFFER_STATE b;
1715 b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) );
1739 void yy_delete_buffer (YY_BUFFER_STATE b )
1746 YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0;
1758 static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file )
1786 void yy_flush_buffer (YY_BUFFER_STATE b )
1815 void yypush_buffer_state (YY_BUFFER_STATE new_buffer )
1913 YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size )
1915 YY_BUFFER_STATE b;
1923 b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) );
1950 YY_BUFFER_STATE yy_scan_string (yyconst char * yystr )
1963 YY_BUFFER_STATE yy_scan_bytes (yyconst char * yybytes, yy_size_t _yybytes_len )
1965 YY_BUFFER_STATE b;