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

/system/core/sh/
H A Darith_lex.c521 #undef YY_INPUT macro
522 #define YY_INPUT(buf,result,max) \ macro
589 #ifndef YY_INPUT
590 #define YY_INPUT(buf,result,max_size) \ macro
1144 YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
1488 /** Discard all buffered characters. On the next scan, YY_INPUT will be called.

Completed in 7 milliseconds