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

/opensolaris-onvv-gate/usr/src/cmd/ssh/include/
H A Dttymodes.h112 #if defined(VLNEXT)
113 TTYCHAR(VLNEXT, 14)
114 #endif /* VLNEXT */
/opensolaris-onvv-gate/usr/src/lib/libbc/inc/include/sys/
H A Dtermios.h46 * VEOL2, VSWTCH, VDSUSP, VREPRINT, VDISCARD, VWERASE, VLNEXT, VSTATUS
66 #define VLNEXT 15 macro
/opensolaris-onvv-gate/usr/src/lib/libbc/inc/include/
H A Dtermios.h46 * VEOL2, VSWTCH, VDSUSP, VREPRINT, VDISCARD, VWERASE, VLNEXT, VSTATUS
66 #define VLNEXT 15 macro
/opensolaris-onvv-gate/usr/src/lib/libshell/common/edit/
H A Dedit.c361 # ifdef VLNEXT
362 if(ttyparm.c_cc[VLNEXT] == _POSIX_DISABLE )
365 ep->e_lnext = nttyparm.c_cc[VLNEXT];
366 nttyparm.c_cc[VLNEXT] = _POSIX_DISABLE;
369 # endif /* VLNEXT */
487 # ifdef VLNEXT
488 if(ttyparm.c_cc[VLNEXT] == _POSIX_DISABLE )
489 nttyparm.c_cc[VLNEXT] = cntl('V');
490 ep->e_lnext = nttyparm.c_cc[VLNEXT];
493 # endif /* VLNEXT */
[all...]
/opensolaris-onvv-gate/usr/src/ucbcmd/stty/
H A Dstty.c298 if (cb.c_cc[VLNEXT] != CLNEXT)
299 pit(cb.c_cc[VLNEXT], "lnext", "; ");
509 pit(cb.c_cc[VLNEXT], "lnext", ";\n");
666 pcol(cb.c_cc[VLNEXT], 0);
H A Dsttyparse.c116 cb->c_cc[VLNEXT] = gct(*++argv, term);
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dtermios.h164 #define VLNEXT 15 macro
/opensolaris-onvv-gate/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);
/opensolaris-onvv-gate/usr/src/cmd/ttymon/
H A Dstty.c349 if (cb.c_cc[VLNEXT] != CLNEXT)
350 pit(cb.c_cc[VLNEXT], "lnext", "; ");
557 pit(cb.c_cc[VLNEXT], "lnext", ";\n");
H A Dsttyparse.c132 cb->c_cc[VLNEXT] = gct(*++argv, term);
/opensolaris-onvv-gate/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") },
193 #endif /* VLNEXT */
/opensolaris-onvv-gate/usr/src/cmd/vi/port/
H A Dex_put.c1100 tty.c_cc[VLNEXT] = _POSIX_VDISABLE;
/opensolaris-onvv-gate/usr/src/uts/common/io/
H A Dttcompat.c1179 FROM_COMPAT_CHAR(termiosp->c_cc[VLNEXT], csp->t_lnextc);
1335 TO_COMPAT_CHAR(csp->t_lnextc, termiosp->c_cc[VLNEXT]);
H A Dldterm.c1306 if (c == tp->t_modes.c_cc[VLNEXT]) {
1747 if ((tp->t_modes.c_lflag & IEXTEN) && c == tp->t_modes.c_cc[VLNEXT]) {
2655 * echo NL, or we must check for VLNEXT. Process
2677 c == tp->t_modes.c_cc[VLNEXT]) {
/opensolaris-onvv-gate/usr/src/lib/libtecla/common/
H A Dgetline.c6040 #ifdef VLNEXT
6041 if(gl_bind_control_char(gl, KTB_TERM, gl->oldattr.c_cc[VLNEXT],

Completed in 259 milliseconds