Home | History | Annotate | Download | only in compiler

Lines Matching refs:YY_INPUT

1067 #define YY_INPUT(buf, result, max_size) \
1239 #ifndef YY_INPUT
1240 #define YY_INPUT(buf,result,max_size) \
2375 YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
2706 /** Discard all buffered characters. On the next scan, YY_INPUT will be called.