Home
last modified time | relevance | path

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

/linux-4.4.14/scripts/kconfig/
Dzconf.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)]
1989 (yy_buffer_stack_top)++; in zconfpush_buffer_state()
2008 if ((yy_buffer_stack_top) > 0) in zconfpop_buffer_state()
2009 --(yy_buffer_stack_top); in zconfpop_buffer_state()
2040 (yy_buffer_stack_top) = 0; in zconfensure_buffer_stack()
2044 if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){ in zconfensure_buffer_stack()
2263 (yy_buffer_stack_top) = 0; in yy_init_globals()
Dzconf.lex.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)]
1989 (yy_buffer_stack_top)++;
2008 if ((yy_buffer_stack_top) > 0)
2009 --(yy_buffer_stack_top);
2040 (yy_buffer_stack_top) = 0;
2044 if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){
2263 (yy_buffer_stack_top) = 0;
/linux-4.4.14/scripts/dtc/
Ddtc-lexer.lex.c_shipped263 static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */
274 ? (yy_buffer_stack)[(yy_buffer_stack_top)] \
280 #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)]
1833 (yy_buffer_stack_top)++;
1852 if ((yy_buffer_stack_top) > 0)
1853 --(yy_buffer_stack_top);
1884 (yy_buffer_stack_top) = 0;
1888 if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){
2107 (yy_buffer_stack_top) = 0;
/linux-4.4.14/scripts/genksyms/
Dlex.lex.c_shipped252 static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */
263 ? (yy_buffer_stack)[(yy_buffer_stack_top)] \
269 #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)]
1541 (yy_buffer_stack_top)++;
1560 if ((yy_buffer_stack_top) > 0)
1561 --(yy_buffer_stack_top);
1592 (yy_buffer_stack_top) = 0;
1596 if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){
1815 (yy_buffer_stack_top) = 0;