Searched refs:YY_INPUT (Results 1 - 8 of 8) sorted by relevance

/external/fio/exp/
H A Dexpression-parser.l29 #undef YY_INPUT
30 #define YY_INPUT(buffer, bytes_read, bytes_requested) \
/external/iproute2/tc/
H A Demp_ematch.l12 #define YY_INPUT(buf, result, max_size) \
/external/bison/src/
H A 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
1193 /* %% [5.0] fread()/read() definition of YY_INPUT goes here unless we're doing C++ \ */\
2679 YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
3046 /** Discard all buffered characters. On the next scan, YY_INPUT will be called.
H A Dscan-skel.c782 #ifndef YY_INPUT
783 #define YY_INPUT(buf,result,max_size) \ macro
784 /* %% [5.0] fread()/read() definition of YY_INPUT goes here unless we're doing C++ \ */\
1430 YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
1795 /** Discard all buffered characters. On the next scan, YY_INPUT will be called.
H A Dscan-code.c867 #ifndef YY_INPUT
868 #define YY_INPUT(buf,result,max_size) \ macro
869 /* %% [5.0] fread()/read() definition of YY_INPUT goes here unless we're doing C++ \ */\
1643 YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
2008 /** Discard all buffered characters. On the next scan, YY_INPUT will be called.
H A Dscan-gram.l56 #define YY_INPUT(buf, result, size) ((result) = no_cr_read (yyin, buf, size))
/external/bison/examples/calc++/
H A Dcalc++-scanner.cc695 #ifndef YY_INPUT
696 #define YY_INPUT(buf,result,max_size) \ macro
697 /* %% [5.0] fread()/read() definition of YY_INPUT goes here unless we're doing C++ \ */\
1222 YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
1587 /** Discard all buffered characters. On the next scan, YY_INPUT will be called.
/external/libpcap/
H A 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]),
4396 /** Discard all buffered characters. On the next scan, YY_INPUT will be called.

Completed in 180 milliseconds