Home
last modified time | relevance | path

Searched refs:VEOL2 (Results 1 – 22 of 22) sorted by relevance

/netbsd/usr.bin/telnet/
H A Dsys_bsd.c399 # ifdef VEOL2 in TerminalNewMode()
400 && (tmp_tc.c_cc[VEOL2] != esc) in TerminalNewMode()
405 # ifdef VEOL2 in TerminalNewMode()
406 else if (tmp_tc.c_cc[VEOL2] == (cc_t)(_POSIX_VDISABLE)) in TerminalNewMode()
407 tmp_tc.c_cc[VEOL2] = esc; in TerminalNewMode()
/netbsd/lib/libedit/
H A Dtty.h308 # ifdef VEOL2
309 # if NUMCC <= VEOL2
310 # undef VEOL2
H A Dtty.c393 #if defined(VEOL2)
651 #ifdef VEOL2 in tty__getcharindex()
653 return VEOL2; in tty__getcharindex()
753 #ifdef VEOL2 in tty__getchar()
754 s[C_EOL2] = td->c_cc[VEOL2]; in tty__getchar()
835 #ifdef VEOL2 in tty__setchar()
836 td->c_cc[VEOL2] = s[C_EOL2]; in tty__setchar()
/netbsd/crypto/external/bsd/openssh/dist/
H A Dttymodes.h72 #ifdef VEOL2
73 TTYCHAR(VEOL2, 7)
/netbsd/libexec/getty/
H A Dinit.c84 { "b2", M(VEOL2), NULL }, /* alt brk char */
H A Dsubr.c162 &tmode.c_cc[VEOL2], 0
/netbsd/sys/sys/
H A Dttydefaults.h92 [VEOL2] = CEOL,
H A Dtermios.h50 #define VEOL2 2 /* ICANON */ macro
/netbsd/external/gpl3/gdb/dist/sim/ppc/
H A Demul_unix.c1334 #ifdef VEOL2 in convert_to_solaris_termio()
1335 target.c_cc[SOLARIS_VEOL2] = host->c_cc[VEOL2]; in convert_to_solaris_termio()
1407 #ifdef VEOL2 in convert_to_solaris_termios()
1408 target.c_cc[SOLARIS_VEOL2] = host->c_cc[VEOL2]; in convert_to_solaris_termios()
2315 #ifdef VEOL2 in convert_to_linux_termio()
2316 target.c_cc[LINUX_VEOL2] = host->c_cc[VEOL2]; in convert_to_linux_termio()
2390 #ifdef VEOL2 in convert_to_linux_termios()
2391 target.c_cc[LINUX_VEOL2] = host->c_cc[VEOL2]; in convert_to_linux_termios()
/netbsd/external/gpl3/gdb.old/dist/sim/ppc/
H A Demul_unix.c1334 #ifdef VEOL2 in convert_to_solaris_termio()
1335 target.c_cc[SOLARIS_VEOL2] = host->c_cc[VEOL2]; in convert_to_solaris_termio()
1407 #ifdef VEOL2 in convert_to_solaris_termios()
1408 target.c_cc[SOLARIS_VEOL2] = host->c_cc[VEOL2]; in convert_to_solaris_termios()
2315 #ifdef VEOL2 in convert_to_linux_termio()
2316 target.c_cc[LINUX_VEOL2] = host->c_cc[VEOL2]; in convert_to_linux_termio()
2390 #ifdef VEOL2 in convert_to_linux_termios()
2391 target.c_cc[LINUX_VEOL2] = host->c_cc[VEOL2]; in convert_to_linux_termios()
/netbsd/bin/stty/
H A Dcchar.c64 { "eol2", VEOL2, CEOL },
/netbsd/sys/compat/sunos/
H A Dsunos_ioctl.c229 bt->c_cc[VEOL2] = st->c_cc[6] ? st->c_cc[6] : _POSIX_VDISABLE; in stios2btios()
354 st->c_cc[6] = bt->c_cc[VEOL2] != _POSIX_VDISABLE? bt->c_cc[VEOL2]:0; in btios2stios()
/netbsd/external/gpl3/gdb/dist/readline/readline/
H A Drltty.c359 #ifdef VEOL2 in save_tty_chars()
360 _rl_tty_chars.t_eol2 = tiop->c_cc[VEOL2]; in save_tty_chars()
/netbsd/external/gpl3/gdb.old/dist/readline/readline/
H A Drltty.c359 #ifdef VEOL2 in save_tty_chars()
360 _rl_tty_chars.t_eol2 = tiop->c_cc[VEOL2]; in save_tty_chars()
/netbsd/sys/compat/sunos32/
H A Dsunos32_ioctl.c265 bt->c_cc[VEOL2] = st->c_cc[6] ? st->c_cc[6] : _POSIX_VDISABLE; in stios2btios()
390 st->c_cc[6] = bt->c_cc[VEOL2] != _POSIX_VDISABLE? bt->c_cc[VEOL2]:0; in btios2stios()
/netbsd/lib/libc/gen/
H A Dgetpass.c249 if (c == C(VEOL, CTRL('j')) || c == C(VEOL2, CTRL('m'))) in __weak_alias()
/netbsd/sys/compat/ultrix/
H A Dultrix_ioctl.c247 bt->c_cc[VEOL2] = EMUL_TO_NATIVE_CC(st->c_cc[6]); in stios2btios()
382 st->c_cc[6] = NATIVE_TO_EMUL_CC(bt->c_cc[VEOL2]); in btios2stios()
/netbsd/libexec/telnetd/
H A Dsys_term.c155 setval(VEOL2, SLC_VARIABLE); in spcset()
/netbsd/sys/compat/linux/common/
H A Dlinux_termios.h453 bts->c_cc[VEOL2] = lts->c_cc[LINUX_VEOL2]; in linux32_termios_to_bsd_termios()
558 lts->c_cc[LINUX_VEOL2] = bts->c_cc[VEOL2]; in bsd_termios_to_linux32_termios()
/netbsd/sys/compat/common/
H A Dtty_43.c194 tty_setctrlchar(tp, VEOL2, _POSIX_VDISABLE); in compat_43_ttioctl()
/netbsd/external/bsd/ntp/dist/ntpd/
H A Drefclock_parse.c5279 #if defined(VEOL) || defined(VEOL2) in trimbletsip_init()
5320 #ifdef VEOL2 in trimbletsip_init()
5321 tio.c_cc[VEOL2] = DLE; in trimbletsip_init()
/netbsd/sys/kern/
H A Dtty.c575 ((c) == cc[VEOL2] && ISSET(lflg, IEXTEN))) && (c) != _POSIX_VDISABLE))