Home
last modified time | relevance | path

Searched refs:yy_buffer_stack_max (Results 1 – 1 of 1) sorted by relevance

/hal_rpi_pico-latest/tools/pioasm/gen/
Dlexer.cpp286 static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */ variable
2514 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
2519 if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){ in yyensure_buffer_stack()
2524 num_to_alloc = (yy_buffer_stack_max) + grow_size; in yyensure_buffer_stack()
2533 memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*)); in yyensure_buffer_stack()
2534 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
2765 (yy_buffer_stack_max) = 0; in yy_init_globals()