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

Lines Matching defs:YY_BUFFER_STATE

99 typedef struct yy_buffer_state *YY_BUFFER_STATE;
210 static YY_BUFFER_STATE yy_current_buffer = 0;
239 void yy_switch_to_buffer YY_PROTO(( YY_BUFFER_STATE new_buffer ));
241 YY_BUFFER_STATE yy_create_buffer YY_PROTO(( FILE *file, int size ));
242 void yy_delete_buffer YY_PROTO(( YY_BUFFER_STATE b ));
243 void yy_init_buffer YY_PROTO(( YY_BUFFER_STATE b, FILE *file ));
244 void yy_flush_buffer YY_PROTO(( YY_BUFFER_STATE b ));
247 YY_BUFFER_STATE yy_scan_buffer YY_PROTO(( char *base, yy_size_t size ));
248 YY_BUFFER_STATE yy_scan_string YY_PROTO(( yyconst char *yy_str ));
249 YY_BUFFER_STATE yy_scan_bytes YY_PROTO(( yyconst char *bytes, int len ));
2570 YY_BUFFER_STATE b = yy_current_buffer;
2843 void yy_switch_to_buffer( YY_BUFFER_STATE new_buffer )
2846 YY_BUFFER_STATE new_buffer;
2886 YY_BUFFER_STATE yy_create_buffer( FILE *file, int size )
2888 YY_BUFFER_STATE yy_create_buffer( file, size )
2893 YY_BUFFER_STATE b;
2895 b = (YY_BUFFER_STATE) yy_flex_alloc( sizeof( struct yy_buffer_state ) );
2917 void yy_delete_buffer( YY_BUFFER_STATE b )
2920 YY_BUFFER_STATE b;
2927 yy_current_buffer = (YY_BUFFER_STATE) 0;
2938 void yy_init_buffer( YY_BUFFER_STATE b, FILE *file )
2941 YY_BUFFER_STATE b;
2965 void yy_flush_buffer( YY_BUFFER_STATE b )
2968 YY_BUFFER_STATE b;
2996 YY_BUFFER_STATE yy_scan_buffer( char *base, yy_size_t size )
2998 YY_BUFFER_STATE yy_scan_buffer( base, size )
3003 YY_BUFFER_STATE b;
3011 b = (YY_BUFFER_STATE) yy_flex_alloc( sizeof( struct yy_buffer_state ) );
3034 YY_BUFFER_STATE yy_scan_string( yyconst char *yy_str )
3036 YY_BUFFER_STATE yy_scan_string( yy_str )
3051 YY_BUFFER_STATE yy_scan_bytes( yyconst char *bytes, int len )
3053 YY_BUFFER_STATE yy_scan_bytes( bytes, len )
3058 YY_BUFFER_STATE b;