Home
last modified time | relevance | path

Searched refs:VLNEXT (Results 1 – 16 of 16) sorted by relevance

/titanic_44/usr/src/cmd/ssh/include/
H A Dttymodes.h112 #if defined(VLNEXT)
113 TTYCHAR(VLNEXT, 14)
/titanic_44/usr/src/lib/libshell/common/edit/
H A Dedit.c361 # ifdef VLNEXT in tty_raw()
362 if(ttyparm.c_cc[VLNEXT] == _POSIX_DISABLE ) in tty_raw()
365 ep->e_lnext = nttyparm.c_cc[VLNEXT]; in tty_raw()
366 nttyparm.c_cc[VLNEXT] = _POSIX_DISABLE; in tty_raw()
487 # ifdef VLNEXT in tty_alt()
488 if(ttyparm.c_cc[VLNEXT] == _POSIX_DISABLE ) in tty_alt()
489 nttyparm.c_cc[VLNEXT] = cntl('V'); in tty_alt()
490 ep->e_lnext = nttyparm.c_cc[VLNEXT]; in tty_alt()
/titanic_44/usr/src/ucbcmd/stty/
H A Dstty.c298 if (cb.c_cc[VLNEXT] != CLNEXT) in prmodes()
299 pit(cb.c_cc[VLNEXT], "lnext", "; "); in prmodes()
509 pit(cb.c_cc[VLNEXT], "lnext", ";\n"); in pramodes()
666 pcol(cb.c_cc[VLNEXT], 0); in prachars()
H A Dsttyparse.c116 cb->c_cc[VLNEXT] = gct(*++argv, term);
/titanic_44/usr/src/lib/libbc/inc/include/sys/
H A Dtermios.h66 #define VLNEXT 15 macro
/titanic_44/usr/src/lib/libbc/inc/include/
H A Dtermios.h66 #define VLNEXT 15 macro
/titanic_44/usr/src/cmd/ttymon/
H A Dstty.c349 if (cb.c_cc[VLNEXT] != CLNEXT) in prmodes()
350 pit(cb.c_cc[VLNEXT], "lnext", "; "); in prmodes()
559 pit(cb.c_cc[VLNEXT], "lnext", ";\n"); in pramodes()
H A Dsttyparse.c131 cb->c_cc[VLNEXT] = gct(*++argv, term);
/titanic_44/usr/src/uts/common/sys/
H A Dtermios.h145 #define VLNEXT 15 macro
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dexterns.h364 #define termLiteralNextChar new_tc.c_cc[VLNEXT]
H A Dsys_bsd.c425 tmp_tc.c_cc[VLNEXT] = (cc_t)(_POSIX_VDISABLE);
/titanic_44/usr/src/lib/libcmd/common/
H A Dstty.c191 #ifdef VLNEXT
192 { "lnext", CHAR, T_CHAR, NL|SS, VLNEXT, 'V', C("Enter the next input character literally") },
/titanic_44/usr/src/uts/common/io/
H A Dttcompat.c1179 FROM_COMPAT_CHAR(termiosp->c_cc[VLNEXT], csp->t_lnextc); in from_compat()
1336 TO_COMPAT_CHAR(csp->t_lnextc, termiosp->c_cc[VLNEXT]); in to_compat()
H A Dldterm.c1305 if (c == tp->t_modes.c_cc[VLNEXT]) { in ldtermrput()
1757 if ((tp->t_modes.c_lflag & IEXTEN) && c == tp->t_modes.c_cc[VLNEXT]) { in ldterm_docanon()
2687 c == tp->t_modes.c_cc[VLNEXT]) { in ldterm_dononcanon()
/titanic_44/usr/src/cmd/vi/port/
H A Dex_put.c1100 tty.c_cc[VLNEXT] = _POSIX_VDISABLE; in ttcharoff()
/titanic_44/usr/src/lib/libtecla/common/
H A Dgetline.c6040 #ifdef VLNEXT in gl_bind_terminal_keys()
6041 if(gl_bind_control_char(gl, KTB_TERM, gl->oldattr.c_cc[VLNEXT], in gl_bind_terminal_keys()