Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/amd/fsinfo/
Dnull_lex.c280 static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */ variable
291 ? (yy_buffer_stack)[(yy_buffer_stack_top)] \
297 #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)]
1351 (yy_buffer_stack_top)++; in null_push_buffer_state()
1370 if ((yy_buffer_stack_top) > 0) in null_pop_buffer_state()
1371 --(yy_buffer_stack_top); in null_pop_buffer_state()
1402 (yy_buffer_stack_top) = 0; in null_ensure_buffer_stack()
1406 if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){ in null_ensure_buffer_stack()
1625 (yy_buffer_stack_top) = 0; in yy_init_globals()
/freebsd-10-stable/crypto/heimdal/lib/com_err/
Dlex.c252 static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */ variable
263 ? (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()
/freebsd-10-stable/crypto/heimdal/lib/sl/
Dslc-lex.c252 static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */ variable
263 ? (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()
/freebsd-10-stable/crypto/heimdal/lib/asn1/
Dlex.c252 static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */ variable
263 ? (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()
/freebsd-10-stable/usr.bin/csup/
Dlex.rcs.c271 ? yyg->yy_buffer_stack[yyg->yy_buffer_stack_top] \
277 #define YY_CURRENT_BUFFER_LVALUE yyg->yy_buffer_stack[yyg->yy_buffer_stack_top]
591 size_t yy_buffer_stack_top; /**< index of top of stack. */ member
1581 yyg->yy_buffer_stack_top++; in rcspush_buffer_state()
1601 if (yyg->yy_buffer_stack_top > 0) in rcspop_buffer_state()
1602 --yyg->yy_buffer_stack_top; in rcspop_buffer_state()
1634 yyg->yy_buffer_stack_top = 0; in rcsensure_buffer_stack()
1638 if (yyg->yy_buffer_stack_top >= (yyg->yy_buffer_stack_max) - 1){ in rcsensure_buffer_stack()
1988 yyg->yy_buffer_stack_top = 0; in yy_init_globals()
/freebsd-10-stable/usr.bin/lex/
Dinitscan.c265 static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */ variable
276 ? (yy_buffer_stack)[(yy_buffer_stack_top)] \
283 #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)]
4740 (yy_buffer_stack_top)++; in yypush_buffer_state()
4759 if ((yy_buffer_stack_top) > 0) in yypop_buffer_state()
4760 --(yy_buffer_stack_top); in yypop_buffer_state()
4791 (yy_buffer_stack_top) = 0; in yyensure_buffer_stack()
4795 if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){ in yyensure_buffer_stack()
5046 (yy_buffer_stack_top) = 0; in yy_init_globals()
/freebsd-10-stable/contrib/flex/
DFlexLexer.h176 size_t yy_buffer_stack_top; /**< index of top of stack. */ variable
Dflex.skl623 static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */
639 ? YY_G(yy_buffer_stack)[YY_G(yy_buffer_stack_top)] \
649 #define YY_CURRENT_BUFFER_LVALUE YY_G(yy_buffer_stack)[YY_G(yy_buffer_stack_top)]
822 size_t yy_buffer_stack_top; /**< index of top of stack. */
1535 yy_buffer_stack_top = 0;
2209 YY_G(yy_buffer_stack_top)++;
2237 if (YY_G(yy_buffer_stack_top) > 0)
2238 --YY_G(yy_buffer_stack_top);
2279 YY_G(yy_buffer_stack_top) = 0;
2283 if (YY_G(yy_buffer_stack_top) >= (YY_G(yy_buffer_stack_max)) - 1){
[all …]