Home | History | Annotate | Download | only in config

Lines Matching defs:YY_BUFFER_STATE

149 typedef struct yy_buffer_state *YY_BUFFER_STATE;
185 struct yy_buffer_state
251 static YY_BUFFER_STATE * yy_buffer_stack = NULL; /**< Stack as an array. */
283 void yy_switch_to_buffer ( YY_BUFFER_STATE new_buffer );
284 YY_BUFFER_STATE yy_create_buffer ( FILE *file, int size );
285 void yy_delete_buffer ( YY_BUFFER_STATE b );
286 void yy_flush_buffer ( YY_BUFFER_STATE b );
287 void yypush_buffer_state ( YY_BUFFER_STATE new_buffer );
292 static void yy_init_buffer ( YY_BUFFER_STATE b, FILE *file );
295 YY_BUFFER_STATE yy_scan_buffer ( char *base, yy_size_t size );
296 YY_BUFFER_STATE yy_scan_string ( const char *yy_str );
297 YY_BUFFER_STATE yy_scan_bytes ( const char *bytes, int len );
2532 YY_BUFFER_STATE b = YY_CURRENT_BUFFER_LVALUE;
2809 void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer )
2854 YY_BUFFER_STATE yy_create_buffer (FILE * file, int size )
2856 YY_BUFFER_STATE b;
2858 b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) );
2882 void yy_delete_buffer (YY_BUFFER_STATE b )
2889 YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0;
2901 static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file )
2929 void yy_flush_buffer (YY_BUFFER_STATE b )
2958 void yypush_buffer_state (YY_BUFFER_STATE new_buffer )
3018 (yy_buffer_stack) = (struct yy_buffer_state**)yyalloc
3019 (num_to_alloc * sizeof(struct yy_buffer_state*)
3024 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
3037 (yy_buffer_stack) = (struct yy_buffer_state**)yyrealloc
3039 num_to_alloc * sizeof(struct yy_buffer_state*)
3045 memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*));
3056 YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size )
3058 YY_BUFFER_STATE b;
3066 b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) );
3093 YY_BUFFER_STATE yy_scan_string (const char * yystr )
3106 YY_BUFFER_STATE yy_scan_bytes (const char * yybytes, int _yybytes_len )
3108 YY_BUFFER_STATE b;