Searched refs:VEOL2 (Results 1 – 11 of 11) sorted by relevance
/minix/usr.bin/telnet/ |
H A D | sys_bsd.c | 434 # 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 D | README | 449 character; it only sets it to one of VEOL and VEOL2 if
|
/minix/lib/libedit/ |
H A D | tty.h | 310 # ifdef VEOL2 311 # if NUMCC <= VEOL2 312 # undef VEOL2
|
H A D | tty.c | 390 #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 D | init.c | 84 { "b2", M(VEOL2), NULL }, /* alt brk char */
|
H A D | subr.c | 166 &tmode.c_cc[VEOL2], 0
|
/minix/sys/sys/ |
H A D | ttydefaults.h | 100 [VEOL2] = CEOL,
|
H A D | termios.h | 50 #define VEOL2 2 /* ICANON */ macro
|
/minix/bin/stty/ |
H A D | cchar.c | 64 { "eol2", VEOL2, CEOL },
|
/minix/lib/libc/gen/ |
H A D | getpass.c | 249 if (c == C(VEOL, CTRL('j')) || c == C(VEOL2, CTRL('m'))) in __weak_alias()
|
/minix/libexec/telnetd/ |
H A D | sys_term.c | 158 setval(VEOL2, SLC_VARIABLE); in spcset()
|