Lines Matching defs:YY_BUFFER_STATE
151 typedef struct yy_buffer_state *YY_BUFFER_STATE;
187 struct yy_buffer_state
253 static YY_BUFFER_STATE * yy_buffer_stack = NULL; /**< Stack as an array. */
285 void yy_switch_to_buffer ( YY_BUFFER_STATE new_buffer );
286 YY_BUFFER_STATE yy_create_buffer ( FILE *file, int size );
287 void yy_delete_buffer ( YY_BUFFER_STATE b );
288 void yy_flush_buffer ( YY_BUFFER_STATE b );
289 void yypush_buffer_state ( YY_BUFFER_STATE new_buffer );
294 static void yy_init_buffer ( YY_BUFFER_STATE b, FILE *file );
297 YY_BUFFER_STATE yy_scan_buffer ( char *base, yy_size_t size );
298 YY_BUFFER_STATE yy_scan_string ( const char *yy_str );
299 YY_BUFFER_STATE yy_scan_bytes ( const char *bytes, int len );
4461 YY_BUFFER_STATE buffer;
7295 YY_BUFFER_STATE b = YY_CURRENT_BUFFER_LVALUE;
7535 void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer )
7580 YY_BUFFER_STATE yy_create_buffer (FILE * file, int size )
7582 YY_BUFFER_STATE b;
7584 b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) );
7608 void yy_delete_buffer (YY_BUFFER_STATE b )
7615 YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0;
7627 static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file )
7655 void yy_flush_buffer (YY_BUFFER_STATE b )
7684 void yypush_buffer_state (YY_BUFFER_STATE new_buffer )
7744 (yy_buffer_stack) = (struct yy_buffer_state**)yyalloc
7745 (num_to_alloc * sizeof(struct yy_buffer_state*)
7750 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
7763 (yy_buffer_stack) = (struct yy_buffer_state**)yyrealloc
7765 num_to_alloc * sizeof(struct yy_buffer_state*)
7771 memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*));
7782 YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size )
7784 YY_BUFFER_STATE b;
7792 b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) );
7819 YY_BUFFER_STATE yy_scan_string (const char * yystr )
7832 YY_BUFFER_STATE yy_scan_bytes (const char * yybytes, int _yybytes_len )
7834 YY_BUFFER_STATE b;