Lines Matching refs:yy_buffer_state
406 typedef struct yy_buffer_state *YY_BUFFER_STATE;
438 struct yy_buffer_state
3018 b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) , yyscanner );
3184 yyg->yy_buffer_stack = (struct yy_buffer_state**)yyalloc
3185 (num_to_alloc * sizeof(struct yy_buffer_state*)
3190 memset(yyg->yy_buffer_stack, 0, num_to_alloc * sizeof(struct yy_buffer_state*));
3203 yyg->yy_buffer_stack = (struct yy_buffer_state**)yyrealloc
3205 num_to_alloc * sizeof(struct yy_buffer_state*)
3211 memset(yyg->yy_buffer_stack + yyg->yy_buffer_stack_max, 0, grow_size * sizeof(struct yy_buffer_state*));
3232 b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) , yyscanner );