Home
last modified time | relevance | path

Searched refs:hitEOF (Results 1 – 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/generic/tty/
H A Dline_buffer.cpp81 char eof, bool* hitEOF) in line_buffer_user_read() argument
92 if (hitEOF) { in line_buffer_user_read()
93 *hitEOF = false; in line_buffer_user_read()
97 *hitEOF = true; in line_buffer_user_read()
126 if (hitEOF && *hitEOF) { in line_buffer_user_read()
H A Dline_buffer.h26 size_t length, char eof = 0, bool* hitEOF = NULL);
H A Dtty.cpp1624 bool* hitEOF = canon && tty->pending_eof > 0 ? &_hitEOF : NULL; in tty_read() local
1627 toRead, tty->settings->termios.c_cc[VEOF], hitEOF); in tty_read()
1640 if (hitEOF && *hitEOF) { in tty_read()