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 );
1054 YY_BUFFER_STATE b = YY_CURRENT_BUFFER_LVALUE;
1331 void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer )
1376 YY_BUFFER_STATE yy_create_buffer (FILE * file, int size )
1378 YY_BUFFER_STATE b;
1380 b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) );
1404 void yy_delete_buffer (YY_BUFFER_STATE b )
1411 YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0;
1423 static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file )
1451 void yy_flush_buffer (YY_BUFFER_STATE b )
1480 void yypush_buffer_state (YY_BUFFER_STATE new_buffer )
1540 (yy_buffer_stack) = (struct yy_buffer_state**)yyalloc
1541 (num_to_alloc * sizeof(struct yy_buffer_state*)
1546 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
1559 (yy_buffer_stack) = (struct yy_buffer_state**)yyrealloc
1561 num_to_alloc * sizeof(struct yy_buffer_state*)
1567 memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*));
1578 YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size )
1580 YY_BUFFER_STATE b;
1588 b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) );
1615 YY_BUFFER_STATE yy_scan_string (const char * yystr )
1628 YY_BUFFER_STATE yy_scan_bytes (const char * yybytes, int _yybytes_len )
1630 YY_BUFFER_STATE b;