Home
last modified time | relevance | path

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

/dragonfly/contrib/tcsh-6/
H A Ded.term.h313 # if VTIME == VEOL
358 # ifdef VEOL
359 # if NUMCC <= VEOL
360 # undef VEOL
H A Ded.term.c466 # if defined(VEOL)
796 # ifdef VEOL in tty_getchar()
797 s[C_EOL] = n->c_cc[VEOL]; in tty_getchar()
936 # ifdef VEOL in tty_setchar()
937 n->c_cc[VEOL] = s[C_EOL]; in tty_setchar()
H A Dsh.file.c100 tchars.c_cc[VEOL] = ESC; in setup_tty()
118 tchars.c_cc[VEOL] = _POSIX_VDISABLE; in setup_tty()
/dragonfly/contrib/libedit/src/
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()
/dragonfly/bin/stty/
H A Dcchar.c59 { "eol", VEOL, CEOL },
79 { "brk", VEOL, CEOL },
/dragonfly/crypto/openssh/
H A Dttymodes.h68 #if defined(VEOL)
69 TTYCHAR(VEOL, 6)
/dragonfly/usr.bin/telnet/
H A Dexterns.h407 # ifndef VEOL
410 # define termForw1Char new_tc.c_cc[VEOL]
415 # define termForw2Char new_tc.c_cc[VEOL]
H A Dterminal.c73 # ifndef VEOL
H A Dsys_bsd.c620 if ((tmp_tc.c_cc[VEOL] != esc) in TerminalNewMode()
625 if (tmp_tc.c_cc[VEOL] == (cc_t)(_POSIX_VDISABLE)) in TerminalNewMode()
626 tmp_tc.c_cc[VEOL] = esc; in TerminalNewMode()
H A DREADME430 character; it only sets it to one of VEOL and VEOL2 if
/dragonfly/libexec/getty/
H A Dinit.c71 { "bk", M(VEOL), NULL }, /* brk char (alt \n) */
H A Dsubr.c206 &tmode.c_cc[VEOF], &tmode.c_cc[VEOL], &tmode.c_cc[VSUSP],
/dragonfly/sys/sys/
H A D_termios.h45 #define VEOL 1 /* ICANON */ macro
/dragonfly/contrib/gdb-7/readline/
H A Drltty.c315 # define VTIME VEOL
360 _rl_tty_chars.t_eol = tiop->c_cc[VEOL];
/dragonfly/libexec/telnetd/
H A Dsys_term.c335 #ifdef VEOL in spcset()
337 setval(VEOL, SLC_VARIABLE); in spcset()
/dragonfly/sys/kern/
H A Dtty.c391 (c) == cc[VEOL] || ((c) == cc[VEOL2] && lflag & IEXTEN)) && \
/dragonfly/contrib/ee/
H A Dnew_curse.c2714 Terminal.c_cc[VEOL] = '\0'; /* EOL = 0 */ in noraw()