Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dedit.c363 # ifdef VLNEXT in tty_raw()
364 if(ttyparm.c_cc[VLNEXT] == _POSIX_DISABLE ) in tty_raw()
367 ep->e_lnext = nttyparm.c_cc[VLNEXT]; in tty_raw()
368 nttyparm.c_cc[VLNEXT] = _POSIX_DISABLE; in tty_raw()
490 # ifdef VLNEXT in tty_alt()
491 if(ttyparm.c_cc[VLNEXT] == _POSIX_DISABLE ) in tty_alt()
492 nttyparm.c_cc[VLNEXT] = cntl('V'); in tty_alt()
493 ep->e_lnext = nttyparm.c_cc[VLNEXT]; in tty_alt()
/illumos-gate/usr/src/ucbcmd/stty/
H A Dstty.c299 if (cb.c_cc[VLNEXT] != CLNEXT) in prmodes()
300 pit(cb.c_cc[VLNEXT], "lnext", "; "); in prmodes()
510 pit(cb.c_cc[VLNEXT], "lnext", ";\n"); in pramodes()
667 pcol(cb.c_cc[VLNEXT], 0); in prachars()
H A Dsttyparse.c113 cb->c_cc[VLNEXT] = gct(*++argv, term);
/illumos-gate/usr/src/cmd/ttymon/
H A Dstty.c353 if (cb.c_cc[VLNEXT] != CLNEXT) in prmodes()
354 pit(cb.c_cc[VLNEXT], "lnext", "; "); in prmodes()
566 pit(cb.c_cc[VLNEXT], "lnext", ";\n"); in pramodes()
H A Dsttyparse.c131 cb->c_cc[VLNEXT] = gct(*++argv, term);
/illumos-gate/usr/src/uts/common/sys/
H A Dtermios.h145 #define VLNEXT 15 macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dexterns.h362 #define termLiteralNextChar new_tc.c_cc[VLNEXT]
H A Dsys_bsd.c421 tmp_tc.c_cc[VLNEXT] = (cc_t)(_POSIX_VDISABLE);
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dstty.c193 #ifdef VLNEXT
194 { "lnext", CHAR, T_CHAR, NL|SS, VLNEXT, 'V', C("Enter the next input character literally") },
/illumos-gate/usr/src/uts/common/io/
H A Dttcompat.c1081 FROM_COMPAT_CHAR(termiosp->c_cc[VLNEXT], csp->t_lnextc); in from_compat()
1238 TO_COMPAT_CHAR(csp->t_lnextc, termiosp->c_cc[VLNEXT]); in to_compat()
H A Dldterm.c1320 if (c == tp->t_modes.c_cc[VLNEXT]) { in ldtermrput()
1774 if ((tp->t_modes.c_lflag & IEXTEN) && c == tp->t_modes.c_cc[VLNEXT]) { in ldterm_docanon()
2704 c == tp->t_modes.c_cc[VLNEXT]) { in ldterm_dononcanon()
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_put.c1099 tty.c_cc[VLNEXT] = _POSIX_VDISABLE; in ttcharoff()
/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c6039 #ifdef VLNEXT in gl_bind_terminal_keys()
6040 if(gl_bind_control_char(gl, KTB_TERM, gl->oldattr.c_cc[VLNEXT], in gl_bind_terminal_keys()