Lines Matching refs:YY_BUFFER_STATE
150 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 );
299 YY_BUFFER_STATE yy_scan_buffer (char *base,yy_size_t size );
300 YY_BUFFER_STATE yy_scan_string (yyconst char *yy_str );
301 YY_BUFFER_STATE yy_scan_bytes (yyconst char *bytes,int len );
1448 YY_BUFFER_STATE b = YY_CURRENT_BUFFER_LVALUE;
1687 void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer )
1732 YY_BUFFER_STATE yy_create_buffer (FILE * file, int size )
1734 YY_BUFFER_STATE b;
1736 b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) );
1760 void yy_delete_buffer (YY_BUFFER_STATE b )
1767 YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0;
1779 static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file )
1807 void yy_flush_buffer (YY_BUFFER_STATE b )
1836 void yypush_buffer_state (YY_BUFFER_STATE new_buffer )
1934 YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size )
1936 YY_BUFFER_STATE b;
1944 b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) );
1971 YY_BUFFER_STATE yy_scan_string (yyconst char * yystr )
1984 YY_BUFFER_STATE yy_scan_bytes (yyconst char * yybytes, int _yybytes_len )
1986 YY_BUFFER_STATE b;