Home | History | Annotate | Download | only in flex-2.5.4a

Lines Matching refs:yy_buffer_state

104 typedef struct yy_buffer_state *YY_BUFFER_STATE;
151 struct yy_buffer_state
213 static YY_BUFFER_STATE yy_current_buffer = 0;
244 void yy_switch_to_buffer YY_PROTO(( YY_BUFFER_STATE new_buffer ));
246 YY_BUFFER_STATE yy_create_buffer YY_PROTO(( FILE *file, int size ));
247 void yy_delete_buffer YY_PROTO(( YY_BUFFER_STATE b ));
248 void yy_init_buffer YY_PROTO(( YY_BUFFER_STATE b, FILE *file ));
249 void yy_flush_buffer YY_PROTO(( YY_BUFFER_STATE b ));
252 YY_BUFFER_STATE yy_scan_buffer YY_PROTO(( char *base, yy_size_t size ));
253 YY_BUFFER_STATE yy_scan_string YY_PROTO(( yyconst char *yy_str ));
254 YY_BUFFER_STATE yy_scan_bytes YY_PROTO(( yyconst char *bytes, int len ));
801 YY_BUFFER_STATE b = yy_current_buffer;
1071 void yy_switch_to_buffer( YY_BUFFER_STATE new_buffer )
1074 YY_BUFFER_STATE new_buffer;
1077 void yyFlexLexer::yy_switch_to_buffer( YY_BUFFER_STATE new_buffer )
1122 YY_BUFFER_STATE yy_create_buffer( FILE *file, int size )
1124 YY_BUFFER_STATE yy_create_buffer( file, size )
1129 YY_BUFFER_STATE yyFlexLexer::yy_create_buffer( istream* file, int size )
1132 YY_BUFFER_STATE b;
1134 b = (YY_BUFFER_STATE) yy_flex_alloc( sizeof( struct yy_buffer_state ) );
1157 void yy_delete_buffer( YY_BUFFER_STATE b )
1160 YY_BUFFER_STATE b;
1163 void yyFlexLexer::yy_delete_buffer( YY_BUFFER_STATE b )
1170 yy_current_buffer = (YY_BUFFER_STATE) 0;
1187 void yy_init_buffer( YY_BUFFER_STATE b, FILE *file )
1190 YY_BUFFER_STATE b;
1196 void yyFlexLexer::yy_init_buffer( YY_BUFFER_STATE b, istream* file )
1223 void yy_flush_buffer( YY_BUFFER_STATE b )
1226 YY_BUFFER_STATE b;
1230 void yyFlexLexer::yy_flush_buffer( YY_BUFFER_STATE b )
1259 YY_BUFFER_STATE yy_scan_buffer( char *base, yy_size_t size )
1261 YY_BUFFER_STATE yy_scan_buffer( base, size )
1266 YY_BUFFER_STATE b;
1274 b = (YY_BUFFER_STATE) yy_flex_alloc( sizeof( struct yy_buffer_state ) );
1299 YY_BUFFER_STATE yy_scan_string( yyconst char *yy_str )
1301 YY_BUFFER_STATE yy_scan_string( yy_str )
1318 YY_BUFFER_STATE yy_scan_bytes( yyconst char *bytes, int len )
1320 YY_BUFFER_STATE yy_scan_bytes( bytes, len )
1325 YY_BUFFER_STATE b;