Home
last modified time | relevance | path

Searched refs:YY_INPUT (Results 1 – 10 of 10) sorted by relevance

/external/fio/exp/
Dexpression-parser.l29 #undef YY_INPUT
30 #define YY_INPUT(buffer, bytes_read, bytes_requested) \ macro
/external/iproute2/tc/
Demp_ematch.l12 #define YY_INPUT(buf, result, max_size) \ macro
/external/bison/examples/calc++/
Dcalc++-scanner.cc695 #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/
Dscan-gram.c999 #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()
Dscan-skel.c782 #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()
Dscan-code.c867 #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()
Dscan-gram.l56 #define YY_INPUT(buf, result, size) ((result) = no_cr_read (yyin, buf, size)) macro
/external/libpcap/
Dscanner.c2875 #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/
Dlex.zconf.c_shipped885 #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/
DChangeLog-201215086 (YY_INPUT): New macro.