Searched refs:VEOL (Results 1 - 8 of 8) sorted by relevance

/haiku/src/bin/network/telnet/
H A Dexterns.h426 # ifndef VEOL
429 # define termForw1Char new_tc.c_cc[VEOL]
434 # define termForw2Char new_tc.c_cc[VEOL]
H A Dterminal.c79 # ifndef VEOL
H A Dsys_bsd.c620 * If the VEOL character is already set, then use VEOL2,
621 * otherwise use VEOL.
624 if ((tmp_tc.c_cc[VEOL] != esc)
629 if (tmp_tc.c_cc[VEOL] == (cc_t)(_POSIX_VDISABLE))
630 tmp_tc.c_cc[VEOL] = esc;
/haiku/headers/posix/
H A Dtermios.h35 #define VEOL 5 macro
/haiku/src/tests/apps/miniterminal/
H A DMiniView.cpp175 tio.c_cc[VEOL] = 0; /* '^@' */
/haiku/src/add-ons/kernel/generic/tty/
H A Dtty.cpp724 fTTY->settings->termios.c_cc[VEOL],
772 termios.c_cc[VEOL] = '\0';
840 || lastChar == controlChars[VEOL]
852 || lastChar == controlChars[VEOL]
879 tty->settings->termios.c_cc[VEOL],
/haiku/src/apps/terminal/
H A DShell.cpp379 tio.c_cc[VEOL] = CEOL; /* '^@' */
/haiku/src/bin/network/telnetd/
H A Dsys_term.c343 #ifdef VEOL
345 setval(VEOL, SLC_VARIABLE);

Completed in 114 milliseconds