Home
last modified time | relevance | path

Searched refs:VEOF (Results 1 – 8 of 8) sorted by relevance

/haiku/src/bin/network/telnetd/
H A Dslc.c372 #if defined(USE_TERMIO) && (VEOF == VMIN)
390 #if defined(USE_TERMIO) && (VEOF == VMIN) in check_slc()
H A Dtelnetd.c1252 #if defined(LINEMODE) && defined(USE_TERMIO) && (VEOF == VMIN) in doeof()
H A Dsys_term.c289 setval(VEOF, SLC_VARIABLE); in spcset()
/haiku/src/add-ons/kernel/generic/tty/
H A Dtty.cpp725 fTTY->settings->termios.c_cc[VEOF]); in _CheckAvailableBytes()
771 termios.c_cc[VEOF] = CTRL('D'); in reset_termios()
839 if (lastChar == controlChars[VEOF] in tty_input_putc_locked()
851 if (lastChar == controlChars[VEOF] in tty_input_putc_locked()
860 } else if (c == controlChars[VEOF]) { in tty_input_putc_locked()
880 tty->settings->termios.c_cc[VEOF]); in tty_readable()
1034 } else if (echoed && c == termios.c_cc[VEOF]) { in process_output_char()
1627 toRead, tty->settings->termios.c_cc[VEOF], hitEOF); in tty_read()
/haiku/headers/posix/
H A Dtermios.h34 #define VEOF 4 macro
/haiku/src/tests/apps/miniterminal/
H A DMiniView.cpp174 tio.c_cc[VEOF] = 'D' & 0x1f; /* '^D' */ in OpenTTY()
/haiku/src/bin/network/telnet/
H A Dexterns.h382 # define termEofChar new_tc.c_cc[VEOF]
/haiku/src/apps/terminal/
H A DShell.cpp378 tio.c_cc[VEOF] = CEOF; /* '^D' */ in initialize_termios()