• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/flex/

Lines Matching defs:YY_BUFFER_STATE

100 typedef struct yy_buffer_state *YY_BUFFER_STATE;
202 static YY_BUFFER_STATE yy_current_buffer = 0;
231 void yy_switch_to_buffer YY_PROTO(( YY_BUFFER_STATE new_buffer ));
233 YY_BUFFER_STATE yy_create_buffer YY_PROTO(( FILE *file, int size ));
234 void yy_delete_buffer YY_PROTO(( YY_BUFFER_STATE b ));
235 void yy_init_buffer YY_PROTO(( YY_BUFFER_STATE b, FILE *file ));
236 void yy_flush_buffer YY_PROTO(( YY_BUFFER_STATE b ));
239 YY_BUFFER_STATE yy_scan_buffer YY_PROTO(( char *base, yy_size_t size ));
240 YY_BUFFER_STATE yy_scan_string YY_PROTO(( yyconst char *yy_str ));
241 YY_BUFFER_STATE yy_scan_bytes YY_PROTO(( yyconst char *bytes, int len ));
2947 YY_BUFFER_STATE b = yy_current_buffer;
3221 void yy_switch_to_buffer( YY_BUFFER_STATE new_buffer )
3224 YY_BUFFER_STATE new_buffer;
3264 YY_BUFFER_STATE yy_create_buffer( FILE *file, int size )
3266 YY_BUFFER_STATE yy_create_buffer( file, size )
3271 YY_BUFFER_STATE b;
3273 b = (YY_BUFFER_STATE) yy_flex_alloc( sizeof( struct yy_buffer_state ) );
3295 void yy_delete_buffer( YY_BUFFER_STATE b )
3298 YY_BUFFER_STATE b;
3305 yy_current_buffer = (YY_BUFFER_STATE) 0;
3321 void yy_init_buffer( YY_BUFFER_STATE b, FILE *file )
3324 YY_BUFFER_STATE b;
3348 void yy_flush_buffer( YY_BUFFER_STATE b )
3351 YY_BUFFER_STATE b;
3379 YY_BUFFER_STATE yy_scan_buffer( char *base, yy_size_t size )
3381 YY_BUFFER_STATE yy_scan_buffer( base, size )
3386 YY_BUFFER_STATE b;
3394 b = (YY_BUFFER_STATE) yy_flex_alloc( sizeof( struct yy_buffer_state ) );
3417 YY_BUFFER_STATE yy_scan_string( yyconst char *yy_str )
3419 YY_BUFFER_STATE yy_scan_string( yy_str )
3434 YY_BUFFER_STATE yy_scan_bytes( yyconst char *bytes, int len )
3436 YY_BUFFER_STATE yy_scan_bytes( bytes, len )
3441 YY_BUFFER_STATE b;