Lines Matching defs:yy_buffer_state
159 typedef struct yy_buffer_state *YY_BUFFER_STATE;
196 struct yy_buffer_state
6501 b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) );
6661 (yy_buffer_stack) = (struct yy_buffer_state**)yyalloc
6662 (num_to_alloc * sizeof(struct yy_buffer_state*)
6667 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
6680 (yy_buffer_stack) = (struct yy_buffer_state**)yyrealloc
6682 num_to_alloc * sizeof(struct yy_buffer_state*)
6688 memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*));
6709 b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) );