/system/core/sh/ |
arith_lex.l | 53 #undef YY_INPUT 54 #define YY_INPUT(buf,result,max) \
|
arith_lex.c | 521 #undef YY_INPUT 522 #define YY_INPUT(buf,result,max) \ 589 #ifndef YY_INPUT 590 #define YY_INPUT(buf,result,max_size) \ 1144 YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), [all...] |
/external/iproute2/tc/ |
emp_ematch.l | 12 #define YY_INPUT(buf, result, max_size) \
|
/external/webkit/WebKitTools/android/flex-2.5.4a/ |
flex.skl | 393 #ifndef YY_INPUT 394 #define YY_INPUT(buf,result,max_size) \ 395 %% fread()/read() definition of YY_INPUT goes here unless we're doing C++ 839 YY_INPUT( (&yy_current_buffer->yy_ch_buf[number_to_move]), [all...] |
initscan.c | [all...] |
/external/bison/src/ |
scan-skel.c | 729 #ifndef YY_INPUT 730 #define YY_INPUT(buf,result,max_size) \ 731 /* %% [5.0] fread()/read() definition of YY_INPUT goes here unless we're doing C++ \ */\ [all...] |
scan-gram.c | [all...] |
scan-gram.l | 75 #define YY_INPUT(buf, result, size) ((result) = no_cr_read (yyin, buf, size)) [all...] |
/external/bluetooth/bluez/tools/ |
lexer.c | 573 #ifndef YY_INPUT 574 #define YY_INPUT(buf,result,max_size) \ 1056 YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), [all...] |
/external/elfutils/src/ |
ldlex.c | [all...] |
/external/libpcap/ |
scanner.c | [all...] |
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/MVS/ |
initscan-mvs.c | 90 #define YY_INPUT(buf,result,max_size) \ [all...] |