Home
last modified time | relevance | path

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

/linux-4.1.27/scripts/kconfig/
Dzconf.lex.c271 static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */ variable
282 ? (yy_buffer_stack)[(yy_buffer_stack_top)] \
288 #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)]
1936 (yy_buffer_stack_top)++; in zconfpush_buffer_state()
1955 if ((yy_buffer_stack_top) > 0) in zconfpop_buffer_state()
1956 --(yy_buffer_stack_top); in zconfpop_buffer_state()
1987 (yy_buffer_stack_top) = 0; in zconfensure_buffer_stack()
1991 if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){ in zconfensure_buffer_stack()
2210 (yy_buffer_stack_top) = 0; in yy_init_globals()
Dzconf.lex.c_shipped271 static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */
282 ? (yy_buffer_stack)[(yy_buffer_stack_top)] \
288 #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)]
1936 (yy_buffer_stack_top)++;
1955 if ((yy_buffer_stack_top) > 0)
1956 --(yy_buffer_stack_top);
1987 (yy_buffer_stack_top) = 0;
1991 if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){
2210 (yy_buffer_stack_top) = 0;
/linux-4.1.27/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;
/linux-4.1.27/scripts/dtc/
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)]
1804 (yy_buffer_stack_top)++;
1823 if ((yy_buffer_stack_top) > 0)
1824 --(yy_buffer_stack_top);
1855 (yy_buffer_stack_top) = 0;
1859 if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){
2078 (yy_buffer_stack_top) = 0;