Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dlex.zconf.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)]
1951 (yy_buffer_stack_top)++; in zconfpush_buffer_state()
1970 if ((yy_buffer_stack_top) > 0) in zconfpop_buffer_state()
1971 --(yy_buffer_stack_top); in zconfpop_buffer_state()
2002 (yy_buffer_stack_top) = 0; in zconfensure_buffer_stack()
2006 if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){ in zconfensure_buffer_stack()
2225 (yy_buffer_stack_top) = 0; in yy_init_globals()
H A Dlex.zconf.c_shipped280 static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */
291 ? (yy_buffer_stack)[(yy_buffer_stack_top)] \
297 #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)]
1951 (yy_buffer_stack_top)++;
1970 if ((yy_buffer_stack_top) > 0)
1971 --(yy_buffer_stack_top);
2002 (yy_buffer_stack_top) = 0;
2006 if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){
2225 (yy_buffer_stack_top) = 0;
/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/
H A Ddtc-lexer.lex.c_shipped262 static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */
273 ? (yy_buffer_stack)[(yy_buffer_stack_top)] \
279 #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)]
1634 (yy_buffer_stack_top)++;
1653 if ((yy_buffer_stack_top) > 0)
1654 --(yy_buffer_stack_top);
1685 (yy_buffer_stack_top) = 0;
1689 if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){
1908 (yy_buffer_stack_top) = 0;
/utopia/UTPA2-700.0.x/projects/build/scripts/genksyms/
H A Dlex.c_shipped312 static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */
327 ? (yy_buffer_stack)[(yy_buffer_stack_top)] \
333 #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)]
1832 (yy_buffer_stack_top)++;
1857 if ((yy_buffer_stack_top) > 0)
1858 --(yy_buffer_stack_top);
1895 (yy_buffer_stack_top) = 0;
1899 if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){
2144 (yy_buffer_stack_top) = 0;