Searched refs:yy_buffer_stack_top (Results 1 – 2 of 2) sorted by relevance
247 static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */ variable258 ? (yy_buffer_stack)[(yy_buffer_stack_top)] \263 #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)]1808 (yy_buffer_stack_top)++; in yypush_buffer_state()1827 if ((yy_buffer_stack_top) > 0) in yypop_buffer_state()1828 --(yy_buffer_stack_top); in yypop_buffer_state()1859 (yy_buffer_stack_top) = 0; in yyensure_buffer_stack()1863 if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){ in yyensure_buffer_stack()2082 (yy_buffer_stack_top) = 0; in yy_init_globals()
266 static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */ variable277 ? (yy_buffer_stack)[(yy_buffer_stack_top)] \282 #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)]3534 (yy_buffer_stack_top)++; in yypush_buffer_state()3553 if ((yy_buffer_stack_top) > 0) in yypop_buffer_state()3554 --(yy_buffer_stack_top); in yypop_buffer_state()3585 (yy_buffer_stack_top) = 0; in yyensure_buffer_stack()3589 if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){ in yyensure_buffer_stack()3811 (yy_buffer_stack_top) = 0; in yy_init_globals()
Completed in 12 milliseconds