Lines Matching defs:more
279 * we won't get any more characters.
1674 * ensures the tty can always receive more input until at least one line can be
1949 * Returns: true if it successfully copied data, but there is still more data
1984 /* If we have more to copy, let the caller know */
2016 size_t n, size, more, c;
2035 more = n - (size - tail);
2036 if (eol == N_TTY_BUF_SIZE && more) {
2038 eol = find_first_bit(ldata->read_flags, more);
2039 found = eol != more;
2051 n_tty_trace("%s: eol:%zu found:%d n:%zu c:%zu tail:%zu more:%zu\n",
2052 __func__, eol, found, n, c, tail, more);
2071 /* No EOL found - do a continuation retry if there is more data */
2186 /* No more data - release locks and stop retries */
2291 * Copy data, and if there is more to be had
2292 * and we have nothing more to wait for, then