Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Dgengtype-lex.c245 static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */ variable
256 ? (yy_buffer_stack)[(yy_buffer_stack_top)] \
262 #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)]
3211 (yy_buffer_stack_top)++; in yypush_buffer_state()
3230 if ((yy_buffer_stack_top) > 0) in yypop_buffer_state()
3231 --(yy_buffer_stack_top); in yypop_buffer_state()
3260 (yy_buffer_stack_top) = 0; in yyensure_buffer_stack()
3264 if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){ in yyensure_buffer_stack()
/openbsd-src/usr.bin/lex/
H A DFlexLexer.h180 size_t yy_buffer_stack_top; /**< index of top of stack. */ variable
H A 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)] \
648 #define YY_CURRENT_BUFFER_LVALUE YY_G(yy_buffer_stack)[YY_G(yy_buffer_stack_top)]
821 size_t yy_buffer_stack_top; /**< index of top of stack. */
1537 yy_buffer_stack_top = 0;
2210 YY_G(yy_buffer_stack_top)++;
2238 if (YY_G(yy_buffer_stack_top) > 0)
2239 --YY_G(yy_buffer_stack_top);
2280 YY_G(yy_buffer_stack_top) = 0;
2284 if (YY_G(yy_buffer_stack_top) >= (YY_G(yy_buffer_stack_max)) - 1){
[all …]
/openbsd-src/sbin/unwind/libunbound/util/
H A Dconfiglexer.c260 static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */ variable
271 ? (yy_buffer_stack)[(yy_buffer_stack_top)] \
277 #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)]
6619 (yy_buffer_stack_top)++; in yypop_buffer_state()
6638 if ((yy_buffer_stack_top) > 0) in yyensure_buffer_stack()
6639 --(yy_buffer_stack_top); in yyensure_buffer_stack()
6670 (yy_buffer_stack_top) = 0; in yyensure_buffer_stack()
6674 if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){ in yyensure_buffer_stack()
6893 (yy_buffer_stack_top) = 0; in yy_init_globals()