Searched refs:hitEOF (Results 1 - 6 of 6) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/drivers/tty/
H A Dline_buffer.cpp81 char eof, bool* hitEOF)
92 if (hitEOF) {
93 *hitEOF = false;
97 *hitEOF = true;
126 if (hitEOF && *hitEOF) {
80 line_buffer_user_read(struct line_buffer &buffer, char *data, size_t length, char eof, bool* hitEOF) argument
H A Dline_buffer.h26 size_t length, char eof = 0, bool* hitEOF = NULL);
H A Dtty.cpp1879 bool* hitEOF = canon && tty->pending_eof > 0 ? &_hitEOF : NULL; local
1882 toRead, tty->settings->termios.c_cc[VEOF], hitEOF);
1895 if (hitEOF && *hitEOF) {
/haiku-fatelf/src/add-ons/kernel/generic/tty/
H A Dline_buffer.cpp81 char eof, bool* hitEOF)
92 if (hitEOF) {
93 *hitEOF = false;
97 *hitEOF = true;
126 if (hitEOF && *hitEOF) {
80 line_buffer_user_read(struct line_buffer &buffer, char *data, size_t length, char eof, bool* hitEOF) argument
H A Dline_buffer.h26 size_t length, char eof = 0, bool* hitEOF = NULL);
H A Dtty.cpp1579 bool* hitEOF = canon && tty->pending_eof > 0 ? &_hitEOF : NULL; local
1582 toRead, tty->settings.termios.c_cc[VEOF], hitEOF);
1595 if (hitEOF && *hitEOF) {

Completed in 67 milliseconds