Home
last modified time | relevance | path

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

/minix/usr.bin/telnet/
H A Dsys_bsd.c434 # ifdef VEOL2 in TerminalNewMode()
435 && (tmp_tc.c_cc[VEOL2] != esc) in TerminalNewMode()
440 # ifdef VEOL2 in TerminalNewMode()
441 else if (tmp_tc.c_cc[VEOL2] == (cc_t)(_POSIX_VDISABLE)) in TerminalNewMode()
442 tmp_tc.c_cc[VEOL2] = esc; in TerminalNewMode()
H A DREADME449 character; it only sets it to one of VEOL and VEOL2 if
/minix/lib/libedit/
H A Dtty.h310 # ifdef VEOL2
311 # if NUMCC <= VEOL2
312 # undef VEOL2
H A Dtty.c390 #if defined(VEOL2)
636 #ifdef VEOL2 in tty__getcharindex()
638 return VEOL2; in tty__getcharindex()
738 #ifdef VEOL2 in tty__getchar()
739 s[C_EOL2] = td->c_cc[VEOL2]; in tty__getchar()
820 #ifdef VEOL2 in tty__setchar()
821 td->c_cc[VEOL2] = s[C_EOL2]; in tty__setchar()
/minix/libexec/getty/
H A Dinit.c84 { "b2", M(VEOL2), NULL }, /* alt brk char */
H A Dsubr.c166 &tmode.c_cc[VEOL2], 0
/minix/sys/sys/
H A Dttydefaults.h100 [VEOL2] = CEOL,
H A Dtermios.h50 #define VEOL2 2 /* ICANON */ macro
/minix/bin/stty/
H A Dcchar.c64 { "eol2", VEOL2, CEOL },
/minix/lib/libc/gen/
H A Dgetpass.c249 if (c == C(VEOL, CTRL('j')) || c == C(VEOL2, CTRL('m'))) in __weak_alias()
/minix/libexec/telnetd/
H A Dsys_term.c158 setval(VEOL2, SLC_VARIABLE); in spcset()