Searched refs:VLNEXT (Results 1 – 16 of 16) sorted by relevance
/titanic_44/usr/src/cmd/ssh/include/ |
H A D | ttymodes.h | 112 #if defined(VLNEXT) 113 TTYCHAR(VLNEXT, 14)
|
/titanic_44/usr/src/lib/libshell/common/edit/ |
H A D | edit.c | 361 # 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 D | stty.c | 298 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 D | sttyparse.c | 116 cb->c_cc[VLNEXT] = gct(*++argv, term);
|
/titanic_44/usr/src/lib/libbc/inc/include/sys/ |
H A D | termios.h | 66 #define VLNEXT 15 macro
|
/titanic_44/usr/src/lib/libbc/inc/include/ |
H A D | termios.h | 66 #define VLNEXT 15 macro
|
/titanic_44/usr/src/cmd/ttymon/ |
H A D | stty.c | 349 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 D | sttyparse.c | 131 cb->c_cc[VLNEXT] = gct(*++argv, term);
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | termios.h | 145 #define VLNEXT 15 macro
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | externs.h | 364 #define termLiteralNextChar new_tc.c_cc[VLNEXT]
|
H A D | sys_bsd.c | 425 tmp_tc.c_cc[VLNEXT] = (cc_t)(_POSIX_VDISABLE);
|
/titanic_44/usr/src/lib/libcmd/common/ |
H A D | stty.c | 191 #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 D | ttcompat.c | 1179 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 D | ldterm.c | 1305 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 D | ex_put.c | 1100 tty.c_cc[VLNEXT] = _POSIX_VDISABLE; in ttcharoff()
|
/titanic_44/usr/src/lib/libtecla/common/ |
H A D | getline.c | 6040 #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()
|