Lines Matching refs:YY_BUFFER_STATE
162 typedef struct yy_buffer_state *YY_BUFFER_STATE;
264 static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */
297 void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer );
298 YY_BUFFER_STATE yy_create_buffer (FILE *file,int size );
299 void yy_delete_buffer (YY_BUFFER_STATE b );
300 void yy_flush_buffer (YY_BUFFER_STATE b );
301 void yypush_buffer_state (YY_BUFFER_STATE new_buffer );
306 static void yy_init_buffer (YY_BUFFER_STATE b,FILE *file );
310 YY_BUFFER_STATE yy_scan_buffer (char *base,yy_size_t size );
311 YY_BUFFER_STATE yy_scan_string (yyconst char *yy_str );
312 YY_BUFFER_STATE yy_scan_bytes (yyconst char *bytes,int len );
1402 YY_BUFFER_STATE b = YY_CURRENT_BUFFER;
1637 void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer )
1682 YY_BUFFER_STATE yy_create_buffer (FILE * file, int size )
1684 YY_BUFFER_STATE b;
1686 b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) );
1710 void yy_delete_buffer (YY_BUFFER_STATE b )
1717 YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0;
1729 static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file )
1757 void yy_flush_buffer (YY_BUFFER_STATE b )
1786 void yypush_buffer_state (YY_BUFFER_STATE new_buffer )
1884 YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size )
1886 YY_BUFFER_STATE b;
1894 b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) );
1921 YY_BUFFER_STATE yy_scan_string (yyconst char * yystr )
1934 YY_BUFFER_STATE yy_scan_bytes (yyconst char * yybytes, int _yybytes_len )
1936 YY_BUFFER_STATE b;