Lines Matching defs:yy_buffer_stack
272 static YY_BUFFER_STATE * yy_buffer_stack = NULL; /**< Stack as an array. */
280 #define YY_CURRENT_BUFFER ( (yy_buffer_stack) \
281 ? (yy_buffer_stack)[(yy_buffer_stack_top)] \
287 #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)]
1687 if (!(yy_buffer_stack)) {
1694 (yy_buffer_stack) = (struct yy_buffer_state**)ematch_alloc
1697 if ( ! (yy_buffer_stack) )
1700 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
1713 (yy_buffer_stack) = (struct yy_buffer_state**)ematch_realloc
1714 ((yy_buffer_stack),
1717 if ( ! (yy_buffer_stack) )
1721 memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*));
1962 (yy_buffer_stack) = NULL;
2000 ematch_free((yy_buffer_stack) );
2001 (yy_buffer_stack) = NULL;