Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ssh/include/
H A Dttymodes.h95 #ifdef VEOL2
96 TTYCHAR(VEOL2, 7)
/titanic_44/usr/src/ucbcmd/stty/
H A Dstty.c279 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 Dsttyparse.c91 cb->c_cc[VEOL2] = gct(*++argv, term);
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dsys_bsd.c506 (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 Dtermios.h55 #define VEOL2 6 macro
/titanic_44/usr/src/lib/libbc/inc/include/
H A Dtermios.h55 #define VEOL2 6 macro
/titanic_44/usr/src/cmd/ttymon/
H A Dstty.c330 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 Dsttyparse.c99 cb->c_cc[VEOL2] = gct(*++argv, term);
/titanic_44/usr/src/uts/common/sys/
H A Dtermios.h130 #define VEOL2 6 macro
/titanic_44/usr/src/lib/libshell/common/edit/
H A Dedit.c465 # 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 Dvi.c323 #if !defined(VEOL2) && !defined(ECHOCTL) in ed_viread()
/titanic_44/usr/src/lib/libcmd/common/
H A Dstty.c163 #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 Dttcompat.c1172 termiosp->c_cc[VEOL2] = 0; in from_compat()
H A Dldterm.c1999 (c == tp->t_modes.c_cc[VEOL2]))))) { in ldterm_docanon()