Home
last modified time | relevance | path

Searched refs:VEOL (Results 1 – 24 of 24) sorted by relevance

/netbsd/lib/libedit/
H A Dtty.h303 # ifdef VEOL
304 # if NUMCC <= VEOL
305 # undef VEOL
H A Dtty.c390 #if defined(VEOL)
647 #ifdef VEOL in tty__getcharindex()
649 return VEOL; in tty__getcharindex()
750 #ifdef VEOL in tty__getchar()
751 s[C_EOL] = td->c_cc[VEOL]; in tty__getchar()
832 #ifdef VEOL in tty__setchar()
833 td->c_cc[VEOL] = s[C_EOL]; in tty__setchar()
/netbsd/crypto/external/bsd/openssh/dist/
H A Dttymodes.h69 #if defined(VEOL)
70 TTYCHAR(VEOL, 6)
/netbsd/bin/stty/
H A Dcchar.c63 { "eol", VEOL, CEOL },
82 { "brk", VEOL, CEOL },
/netbsd/usr.bin/telnet/
H A Dsys_bsd.c398 if ((tmp_tc.c_cc[VEOL] != esc) in TerminalNewMode()
403 if (tmp_tc.c_cc[VEOL] == (cc_t)(_POSIX_VDISABLE)) in TerminalNewMode()
404 tmp_tc.c_cc[VEOL] = esc; in TerminalNewMode()
H A Dexterns.h347 # define termForw1Char new_tc.c_cc[VEOL]
348 # define termForw2Char new_tc.c_cc[VEOL]
/netbsd/libexec/getty/
H A Dinit.c76 { "bk", M(VEOL), NULL }, /* brk char (alt \n) */
H A Dsubr.c159 &tmode.c_cc[VEOF], &tmode.c_cc[VEOL], &tmode.c_cc[VSUSP],
/netbsd/sys/sys/
H A Dttydefaults.h91 [VEOL] = CEOL,
H A Dtermios.h48 #define VEOL 1 /* ICANON */ macro
/netbsd/external/gpl3/gdb/dist/sim/ppc/
H A Demul_unix.c1330 #ifdef VEOL in convert_to_solaris_termio()
1331 target.c_cc[SOLARIS_VEOL] = host->c_cc[VEOL]; in convert_to_solaris_termio()
1403 #ifdef VEOL in convert_to_solaris_termios()
1404 target.c_cc[SOLARIS_VEOL] = host->c_cc[VEOL]; in convert_to_solaris_termios()
2307 #ifdef VEOL in convert_to_linux_termio()
2308 target.c_cc[LINUX_VEOL] = host->c_cc[VEOL]; in convert_to_linux_termio()
2386 #ifdef VEOL in convert_to_linux_termios()
2387 target.c_cc[LINUX_VEOL] = host->c_cc[VEOL]; in convert_to_linux_termios()
/netbsd/external/gpl3/gdb.old/dist/sim/ppc/
H A Demul_unix.c1330 #ifdef VEOL in convert_to_solaris_termio()
1331 target.c_cc[SOLARIS_VEOL] = host->c_cc[VEOL]; in convert_to_solaris_termio()
1403 #ifdef VEOL in convert_to_solaris_termios()
1404 target.c_cc[SOLARIS_VEOL] = host->c_cc[VEOL]; in convert_to_solaris_termios()
2307 #ifdef VEOL in convert_to_linux_termio()
2308 target.c_cc[LINUX_VEOL] = host->c_cc[VEOL]; in convert_to_linux_termio()
2386 #ifdef VEOL in convert_to_linux_termios()
2387 target.c_cc[LINUX_VEOL] = host->c_cc[VEOL]; in convert_to_linux_termios()
/netbsd/sys/compat/ultrix/
H A Dultrix_ioctl.c246 bt->c_cc[VEOL] = EMUL_TO_NATIVE_CC(st->c_cc[5]); in stios2btios()
267 bt->c_cc[VTIME] = (bt->c_lflag & ICANON) ? 1 : bt->c_cc[VEOL]; in stios2btios()
381 st->c_cc[5] = NATIVE_TO_EMUL_CC(bt->c_cc[VEOL]); in btios2stios()
/netbsd/sys/compat/sunos/
H A Dsunos_ioctl.c228 bt->c_cc[VEOL] = st->c_cc[5] ? st->c_cc[5] : _POSIX_VDISABLE; in stios2btios()
243 bt->c_cc[VTIME] = (bt->c_lflag & ICANON) ? 1 : bt->c_cc[VEOL]; in stios2btios()
353 st->c_cc[5] = bt->c_cc[VEOL] != _POSIX_VDISABLE? bt->c_cc[VEOL]:0; in btios2stios()
/netbsd/sys/compat/sunos32/
H A Dsunos32_ioctl.c264 bt->c_cc[VEOL] = st->c_cc[5] ? st->c_cc[5] : _POSIX_VDISABLE; in stios2btios()
279 bt->c_cc[VTIME] = (bt->c_lflag & ICANON) ? 1 : bt->c_cc[VEOL]; in stios2btios()
389 st->c_cc[5] = bt->c_cc[VEOL] != _POSIX_VDISABLE? bt->c_cc[VEOL]:0; in btios2stios()
/netbsd/sys/compat/common/
H A Dtty_43.c181 tc->t_brkc = tty_getctrlchar(tp, VEOL); in compat_43_ttioctl()
192 tty_setctrlchar(tp, VEOL, tc->t_brkc); in compat_43_ttioctl()
/netbsd/bin/csh/
H A Dfile.c119 tchars.c_cc[VEOL] = ESC; in setup_tty()
128 tchars.c_cc[VEOL] = _POSIX_VDISABLE; in setup_tty()
/netbsd/external/gpl3/gdb/dist/readline/readline/
H A Drltty.c314 # define VTIME VEOL
358 _rl_tty_chars.t_eol = tiop->c_cc[VEOL]; in save_tty_chars()
/netbsd/external/gpl3/gdb.old/dist/readline/readline/
H A Drltty.c314 # define VTIME VEOL
358 _rl_tty_chars.t_eol = tiop->c_cc[VEOL]; in save_tty_chars()
/netbsd/lib/libc/gen/
H A Dgetpass.c249 if (c == C(VEOL, CTRL('j')) || c == C(VEOL2, CTRL('m'))) in __weak_alias()
/netbsd/libexec/telnetd/
H A Dsys_term.c153 setval(VEOL, SLC_VARIABLE); in spcset()
/netbsd/sys/compat/linux/common/
H A Dlinux_termios.h452 bts->c_cc[VEOL] = lts->c_cc[LINUX_VEOL]; in linux32_termios_to_bsd_termios()
557 lts->c_cc[LINUX_VEOL] = bts->c_cc[VEOL]; in bsd_termios_to_linux32_termios()
/netbsd/external/bsd/ntp/dist/ntpd/
H A Drefclock_parse.c4872 tio.c_cc[VEOL] = TRIMBLETAIP_EOL; in trimbletaip_init()
5279 #if defined(VEOL) || defined(VEOL2) in trimbletsip_init()
5317 #ifdef VEOL in trimbletsip_init()
5318 tio.c_cc[VEOL] = ETX; in trimbletsip_init()
/netbsd/sys/kern/
H A Dtty.c574 ((c) == '\n' || (((c) == cc[VEOF] || (c) == cc[VEOL] || \