Home | History | Annotate | Download | only in dist

Lines Matching defs:YY_BUFFER_STATE

409 typedef struct yy_buffer_state *YY_BUFFER_STATE;
445 struct yy_buffer_state
511 static YY_BUFFER_STATE * yy_buffer_stack = NULL; /**< Stack as an array. */
543 void yy_switch_to_buffer ( YY_BUFFER_STATE new_buffer );
544 YY_BUFFER_STATE yy_create_buffer ( FILE *file, int size );
545 void yy_delete_buffer ( YY_BUFFER_STATE b );
546 void yy_flush_buffer ( YY_BUFFER_STATE b );
547 void yypush_buffer_state ( YY_BUFFER_STATE new_buffer );
552 static void yy_init_buffer ( YY_BUFFER_STATE b, FILE *file );
555 YY_BUFFER_STATE yy_scan_buffer ( char *base, yy_size_t size );
556 YY_BUFFER_STATE yy_scan_string ( const char *yy_str );
557 YY_BUFFER_STATE yy_scan_bytes ( const char *bytes, int len );
2250 YY_BUFFER_STATE buffer;
3824 YY_BUFFER_STATE b = YY_CURRENT_BUFFER_LVALUE;
4064 void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer )
4109 YY_BUFFER_STATE yy_create_buffer (FILE * file, int size )
4111 YY_BUFFER_STATE b;
4113 b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) );
4137 void yy_delete_buffer (YY_BUFFER_STATE b )
4144 YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0;
4156 static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file )
4184 void yy_flush_buffer (YY_BUFFER_STATE b )
4213 void yypush_buffer_state (YY_BUFFER_STATE new_buffer )
4273 (yy_buffer_stack) = (struct yy_buffer_state**)yyalloc
4274 (num_to_alloc * sizeof(struct yy_buffer_state*)
4279 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
4292 (yy_buffer_stack) = (struct yy_buffer_state**)yyrealloc
4294 num_to_alloc * sizeof(struct yy_buffer_state*)
4300 memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*));
4311 YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size )
4313 YY_BUFFER_STATE b;
4321 b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) );
4348 YY_BUFFER_STATE yy_scan_string (const char * yystr )
4361 YY_BUFFER_STATE yy_scan_bytes (const char * yybytes, int _yybytes_len )
4363 YY_BUFFER_STATE b;