Lines Matching refs:eol
2019 size_t eol;
2036 eol = find_next_bit(ldata->read_flags, size, tail);
2038 if (eol == N_TTY_BUF_SIZE && more) {
2040 eol = find_next_bit(ldata->read_flags, more, 0);
2041 found = eol != more;
2043 found = eol != size;
2045 n = eol - tail;
2050 if (!found || read_buf(ldata, eol) != __DISABLED_CHAR)
2053 n_tty_trace("%s: eol:%zu found:%d n:%zu c:%zu tail:%zu more:%zu\n",
2054 __func__, eol, found, n, c, tail, more);
2061 clear_bit(eol, ldata->read_flags);