Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/tools/pioasm/gen/
Dlexer.cpp285 static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */ variable
300 ? (yy_buffer_stack)[(yy_buffer_stack_top)] \
305 #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)]
2452 (yy_buffer_stack_top)++; in yypush_buffer_state()
2477 if ((yy_buffer_stack_top) > 0) in yypop_buffer_state()
2478 --(yy_buffer_stack_top); in yypop_buffer_state()
2515 (yy_buffer_stack_top) = 0; in yyensure_buffer_stack()
2519 if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){ in yyensure_buffer_stack()
2764 (yy_buffer_stack_top) = 0; in yy_init_globals()