Lines Matching defs:yy_buffer_state
158 typedef struct yy_buffer_state *YY_BUFFER_STATE;
194 struct yy_buffer_state
1368 b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) );
1532 (yy_buffer_stack) = (struct yy_buffer_state**)yyalloc
1533 (num_to_alloc * sizeof(struct yy_buffer_state*)
1538 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
1551 (yy_buffer_stack) = (struct yy_buffer_state**)yyrealloc
1553 num_to_alloc * sizeof(struct yy_buffer_state*)
1559 memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*));
1580 b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) );