Home
last modified time | relevance | path

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

/external/libtracefs/src/
Dsqlhist.l9 #undef YY_INPUT
10 #define YY_INPUT(b, r, m) ({r = my_yyinput(yyextra, b, m);}) macro
Dsqlhist-lex.c514 #undef YY_INPUT
515 #define YY_INPUT(b, r, m) ({r = my_yyinput(yyextra, b, m);}) macro
683 #ifndef YY_INPUT
684 #define YY_INPUT(buf,result,max_size) \ macro
1239 YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), in yy_get_next_buffer()
/external/iproute2/tc/
Demp_ematch.l12 #define YY_INPUT(buf, result, max_size) \ macro
/external/angle/src/compiler/preprocessor/
Dpreprocessor_lex_autogen.cpp755 #define YY_INPUT(buf, result, maxSize) result = yyextra->input.read(buf, maxSize, &yylineno); macro
912 #ifndef YY_INPUT
913 # define YY_INPUT(buf, result, max_size) \ macro
1607 YY_INPUT((&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), ret, num_to_read);
Dpreprocessor.l95 #define YY_INPUT(buf, result, maxSize) \ macro
/external/libconfig/lib/
Dscanner.c960 #ifndef YY_INPUT
961 #define YY_INPUT(buf,result,max_size) \ macro
1697 YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), in yy_get_next_buffer()
/external/angle/src/compiler/translator/
Dglslang_lex_autogen.cpp920 #define YY_INPUT(buf, result, max_size) result = string_input(buf, max_size, yyscanner); macro
1140 #ifndef YY_INPUT
1141 # define YY_INPUT(buf, result, max_size) \ macro
2881 YY_INPUT((&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), ret, num_to_read);
Dglslang.l82 #define YY_INPUT(buf, result, max_size) \ macro
/external/libiio/src/iiod/
Dparser.y53 #define YY_INPUT(buf,result,max_size) do { \ macro
/external/igt-gpu-tools/overlay/
Dgpu-perf.c118 #define YY_INPUT(yy, buf, result, max) \ macro
/external/libpcap/
Dscanner.c3340 #ifndef YY_INPUT
3341 #define YY_INPUT(buf,result,max_size) \ macro
4709 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.