Searched refs:YY_INPUT (Results 1 – 10 of 10) sorted by relevance
/external/fio/exp/ |
D | expression-parser.l | 29 #undef YY_INPUT 30 #define YY_INPUT(buffer, bytes_read, bytes_requested) \ macro
|
/external/iproute2/tc/ |
D | emp_ematch.l | 12 #define YY_INPUT(buf, result, max_size) \ macro
|
/external/bison/examples/calc++/ |
D | calc++-scanner.cc | 695 #ifndef YY_INPUT 696 #define YY_INPUT(buf,result,max_size) \ macro 1222 YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
|
/external/bison/src/ |
D | scan-gram.c | 999 #define YY_INPUT(buf, result, size) ((result) = no_cr_read (gram_in, buf, size)) macro 1191 #ifndef YY_INPUT 1192 #define YY_INPUT(buf,result,max_size) \ macro 2679 YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), in yy_get_next_buffer()
|
D | scan-skel.c | 782 #ifndef YY_INPUT 783 #define YY_INPUT(buf,result,max_size) \ macro 1430 YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), in yy_get_next_buffer()
|
D | scan-code.c | 867 #ifndef YY_INPUT 868 #define YY_INPUT(buf,result,max_size) \ macro 1643 YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), in yy_get_next_buffer()
|
D | scan-gram.l | 56 #define YY_INPUT(buf, result, size) ((result) = no_cr_read (yyin, buf, size)) macro
|
/external/libpcap/ |
D | scanner.c | 2875 #ifndef YY_INPUT 2876 #define YY_INPUT(buf,result,max_size) \ macro 4085 YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), in yy_get_next_buffer()
|
/external/toybox/kconfig/ |
D | lex.zconf.c_shipped | 885 #ifndef YY_INPUT 886 #define YY_INPUT(buf,result,max_size) \ 1513 YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), 1828 /** Discard all buffered characters. On the next scan, YY_INPUT will be called.
|
/external/bison/ |
D | ChangeLog-2012 | 15086 (YY_INPUT): New macro.
|