Searched refs:hitEOF (Results 1 – 3 of 3) sorted by relevance
81 char eof, bool* hitEOF) in line_buffer_user_read() argument92 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()
26 size_t length, char eof = 0, bool* hitEOF = NULL);
1624 bool* hitEOF = canon && tty->pending_eof > 0 ? &_hitEOF : NULL; in tty_read() local1627 toRead, tty->settings->termios.c_cc[VEOF], hitEOF); in tty_read()1640 if (hitEOF && *hitEOF) { in tty_read()