Searched refs:VEOL2 (Results 1 – 14 of 14) sorted by relevance
/titanic_44/usr/src/cmd/ssh/include/ |
H A D | ttymodes.h | 95 #ifdef VEOL2 96 TTYCHAR(VEOL2, 7)
|
/titanic_44/usr/src/ucbcmd/stty/ |
H A D | stty.c | 279 if (cb.c_cc[VEOL2] != CNUL) in prmodes() 280 pit(cb.c_cc[VEOL2], "eol2", "; "); in prmodes() 499 pit(cb.c_cc[VEOL2], "eol2", "; "); in pramodes() 674 if (cb.c_cc[VEOL2] != 0 || cb.c_cc[VSWTCH] != 0) { in prachars() 678 pcol(cb.c_cc[VEOL2], 0); in prachars()
|
H A D | sttyparse.c | 91 cb->c_cc[VEOL2] = gct(*++argv, term);
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | sys_bsd.c | 506 (tmp_tc.c_cc[VEOL2] != esc) 510 else if (tmp_tc.c_cc[VEOL2] == (cc_t)(_POSIX_VDISABLE)) 511 tmp_tc.c_cc[VEOL2] = esc;
|
/titanic_44/usr/src/lib/libbc/inc/include/sys/ |
H A D | termios.h | 55 #define VEOL2 6 macro
|
/titanic_44/usr/src/lib/libbc/inc/include/ |
H A D | termios.h | 55 #define VEOL2 6 macro
|
/titanic_44/usr/src/cmd/ttymon/ |
H A D | stty.c | 330 if (cb.c_cc[VEOL2] != CNUL) in prmodes() 331 pit(cb.c_cc[VEOL2], "eol2", "; "); in prmodes() 549 pit(cb.c_cc[VEOL2], "eol2", "; "); in pramodes()
|
H A D | sttyparse.c | 99 cb->c_cc[VEOL2] = gct(*++argv, term);
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | termios.h | 130 #define VEOL2 6 macro
|
/titanic_44/usr/src/lib/libshell/common/edit/ |
H A D | edit.c | 465 # ifdef VEOL2 in tty_alt() 469 nttyparm.c_cc[VEOL2] = ep->e_eof; /* make EOF an eol char */ in tty_alt() 1520 ott.c_cc[VEOL2] = tt->c_cc[VEOF]; /* EOF -> eol char */
|
H A D | vi.c | 323 #if !defined(VEOL2) && !defined(ECHOCTL) in ed_viread()
|
/titanic_44/usr/src/lib/libcmd/common/ |
H A D | stty.c | 163 #ifdef VEOL2 164 { "eol2", CHAR, T_CHAR, US, VEOL2, _POSIX_VDISABLE, C("Alternate character to end the line") },
|
/titanic_44/usr/src/uts/common/io/ |
H A D | ttcompat.c | 1172 termiosp->c_cc[VEOL2] = 0; in from_compat()
|
H A D | ldterm.c | 1999 (c == tp->t_modes.c_cc[VEOL2]))))) { in ldterm_docanon()
|