Searched refs:YY_INPUT (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/scripts/kconfig/ |
D | zconf.lex.c | 966 #ifndef YY_INPUT 967 #define YY_INPUT(buf,result,max_size) \ macro 1615 YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), in yy_get_next_buffer()
|
D | zconf.lex.c_shipped | 966 #ifndef YY_INPUT 967 #define YY_INPUT(buf,result,max_size) \ 1615 YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), 1938 /** Discard all buffered characters. On the next scan, YY_INPUT will be called.
|
/linux-4.4.14/scripts/dtc/ |
D | dtc-lexer.lex.c_shipped | 766 #ifndef YY_INPUT 767 #define YY_INPUT(buf,result,max_size) \ 1468 YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), 1782 /** Discard all buffered characters. On the next scan, YY_INPUT will be called.
|
/linux-4.4.14/scripts/genksyms/ |
D | lex.lex.c_shipped | 669 #ifndef YY_INPUT 670 #define YY_INPUT(buf,result,max_size) \ 1135 YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), 1490 /** Discard all buffered characters. On the next scan, YY_INPUT will be called.
|