Searched refs:yy_buffer_stack_top (Results 1 – 8 of 8) sorted by relevance
251 static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */ variable262 ? (yy_buffer_stack)[(yy_buffer_stack_top)] \268 #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)]1454 (yy_buffer_stack_top)++; in yypush_buffer_state()1473 if ((yy_buffer_stack_top) > 0) in yypop_buffer_state()1474 --(yy_buffer_stack_top); in yypop_buffer_state()1505 (yy_buffer_stack_top) = 0; in yyensure_buffer_stack()1509 if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){ in yyensure_buffer_stack()1728 (yy_buffer_stack_top) = 0; in yy_init_globals()
252 static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */ variable263 ? (yy_buffer_stack)[(yy_buffer_stack_top)] \269 #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)]1471 (yy_buffer_stack_top)++; in yypush_buffer_state()1490 if ((yy_buffer_stack_top) > 0) in yypop_buffer_state()1491 --(yy_buffer_stack_top); in yypop_buffer_state()1522 (yy_buffer_stack_top) = 0; in yyensure_buffer_stack()1526 if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){ in yyensure_buffer_stack()1744 (yy_buffer_stack_top) = 0; in yy_init_globals()
252 static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */ variable263 ? (yy_buffer_stack)[(yy_buffer_stack_top)] \269 #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)]1408 (yy_buffer_stack_top)++; in yypush_buffer_state()1427 if ((yy_buffer_stack_top) > 0) in yypop_buffer_state()1428 --(yy_buffer_stack_top); in yypop_buffer_state()1459 (yy_buffer_stack_top) = 0; in yyensure_buffer_stack()1463 if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){ in yyensure_buffer_stack()1681 (yy_buffer_stack_top) = 0; in yy_init_globals()
252 static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */ variable263 ? (yy_buffer_stack)[(yy_buffer_stack_top)] \269 #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)]2336 (yy_buffer_stack_top)++; in yypush_buffer_state()2355 if ((yy_buffer_stack_top) > 0) in yypop_buffer_state()2356 --(yy_buffer_stack_top); in yypop_buffer_state()2387 (yy_buffer_stack_top) = 0; in yyensure_buffer_stack()2391 if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){ in yyensure_buffer_stack()2609 (yy_buffer_stack_top) = 0; in yy_init_globals()
250 static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */ variable261 ? (yy_buffer_stack)[(yy_buffer_stack_top)] \267 #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)]4795 (yy_buffer_stack_top)++; in yypush_buffer_state()4814 if ((yy_buffer_stack_top) > 0) in yypop_buffer_state()4815 --(yy_buffer_stack_top); in yypop_buffer_state()4846 (yy_buffer_stack_top) = 0; in yyensure_buffer_stack()4850 if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){ in yyensure_buffer_stack()5102 (yy_buffer_stack_top) = 0; in yy_init_globals()
251 static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */ variable262 ? (yy_buffer_stack)[(yy_buffer_stack_top)] \267 #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)]7548 (yy_buffer_stack_top)++; in yypush_buffer_state()7567 if ((yy_buffer_stack_top) > 0) in yypop_buffer_state()7568 --(yy_buffer_stack_top); in yypop_buffer_state()7599 (yy_buffer_stack_top) = 0; in yyensure_buffer_stack()7603 if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){ in yyensure_buffer_stack()7822 (yy_buffer_stack_top) = 0; in yy_init_globals()
191 size_t yy_buffer_stack_top; /**< index of top of stack. */ variable
540 static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */556 ? YY_G(yy_buffer_stack)[YY_G(yy_buffer_stack_top)] \562 #define YY_CURRENT_BUFFER_LVALUE YY_G(yy_buffer_stack)[YY_G(yy_buffer_stack_top)]715 size_t yy_buffer_stack_top; /**< index of top of stack. */1458 yy_buffer_stack_top = 0;2188 YY_G(yy_buffer_stack_top)++;2216 if (YY_G(yy_buffer_stack_top) > 0)2217 --YY_G(yy_buffer_stack_top);2258 YY_G(yy_buffer_stack_top) = 0;2262 if (YY_G(yy_buffer_stack_top) >= (YY_G(yy_buffer_stack_max)) - 1){[all …]