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,yy_size_t len );
1896 YY_BUFFER_STATE b = YY_CURRENT_BUFFER;
2165 void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer )
2210 YY_BUFFER_STATE yy_create_buffer (FILE * file, int size )
2212 YY_BUFFER_STATE b;
2214 b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) );
2238 void yy_delete_buffer (YY_BUFFER_STATE b )
2245 YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0;
2261 static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file )
2289 void yy_flush_buffer (YY_BUFFER_STATE b )
2318 void yypush_buffer_state (YY_BUFFER_STATE new_buffer )
2416 YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size )
2418 YY_BUFFER_STATE b;
2426 b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) );
2453 YY_BUFFER_STATE yy_scan_string (yyconst char * yystr )
2466 YY_BUFFER_STATE yy_scan_bytes (yyconst char * yybytes, yy_size_t _yybytes_len )
2468 YY_BUFFER_STATE b;