Lines Matching defs:yy_buffer_state
99 typedef struct yy_buffer_state *YY_BUFFER_STATE;
144 struct yy_buffer_state
201 static YY_BUFFER_STATE yy_current_buffer = 0;
230 void yy_switch_to_buffer YY_PROTO(( YY_BUFFER_STATE new_buffer ));
232 YY_BUFFER_STATE yy_create_buffer YY_PROTO(( FILE *file, int size ));
233 void yy_delete_buffer YY_PROTO(( YY_BUFFER_STATE b ));
234 void yy_init_buffer YY_PROTO(( YY_BUFFER_STATE b, FILE *file ));
235 void yy_flush_buffer YY_PROTO(( YY_BUFFER_STATE b ));
238 YY_BUFFER_STATE yy_scan_buffer YY_PROTO(( char *base, yy_size_t size ));
239 YY_BUFFER_STATE yy_scan_string YY_PROTO(( yyconst char *yy_str ));
240 YY_BUFFER_STATE yy_scan_bytes YY_PROTO(( yyconst char *bytes, int len ));
1173 YY_BUFFER_STATE b = yy_current_buffer;
1445 void yy_switch_to_buffer( YY_BUFFER_STATE new_buffer )
1448 YY_BUFFER_STATE new_buffer;
1488 YY_BUFFER_STATE yy_create_buffer( FILE *file, int size )
1490 YY_BUFFER_STATE yy_create_buffer( file, size )
1495 YY_BUFFER_STATE b;
1497 b = (YY_BUFFER_STATE) yy_flex_alloc( sizeof( struct yy_buffer_state ) );
1519 void yy_delete_buffer( YY_BUFFER_STATE b )
1522 YY_BUFFER_STATE b;
1529 yy_current_buffer = (YY_BUFFER_STATE) 0;
1545 void yy_init_buffer( YY_BUFFER_STATE b, FILE *file )
1548 YY_BUFFER_STATE b;
1572 void yy_flush_buffer( YY_BUFFER_STATE b )
1575 YY_BUFFER_STATE b;
1603 YY_BUFFER_STATE yy_scan_buffer( char *base, yy_size_t size )
1605 YY_BUFFER_STATE yy_scan_buffer( base, size )
1610 YY_BUFFER_STATE b;
1618 b = (YY_BUFFER_STATE) yy_flex_alloc( sizeof( struct yy_buffer_state ) );
1641 YY_BUFFER_STATE yy_scan_string( yyconst char *yy_str )
1643 YY_BUFFER_STATE yy_scan_string( yy_str )
1658 YY_BUFFER_STATE yy_scan_bytes( yyconst char *bytes, int len )
1660 YY_BUFFER_STATE yy_scan_bytes( bytes, len )
1665 YY_BUFFER_STATE b;
1866 static YY_BUFFER_STATE LexBuffer;