Home | History | Annotate | Download | only in src

Lines Matching refs:YY_INPUT

999 #define YY_INPUT(buf, result, size) ((result) = no_cr_read (gram_in, buf, size))
1191 #ifndef YY_INPUT
1192 #define YY_INPUT(buf,result,max_size) \
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.