Home
last modified time | relevance | path

Searched refs:VSWTCH (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/ucbcmd/stty/
H A Dstty.c282 if (cb.c_cc[VSWTCH] != CSWTCH) in prmodes()
283 pit(cb.c_cc[VSWTCH], "swtch", "; "); in prmodes()
501 pit(cb.c_cc[VSWTCH], "swtch", ";\n"); in pramodes()
675 if (cb.c_cc[VEOL2] != 0 || cb.c_cc[VSWTCH] != 0) { in prachars()
680 pcol(cb.c_cc[VSWTCH], 0); in prachars()
H A Dsttyparse.c94 cb->c_cc[VSWTCH] = gct(*++argv, term);
/illumos-gate/usr/src/cmd/ttymon/
H A Dstty.c336 if (cb.c_cc[VSWTCH] != CSWTCH) in prmodes()
337 pit(cb.c_cc[VSWTCH], "swtch", "; "); in prmodes()
557 pit(cb.c_cc[VSWTCH], "swtch", ";\n"); in pramodes()
H A Dsttyparse.c108 cb->c_cc[VSWTCH] = gct(*++argv, term);
/illumos-gate/usr/src/uts/common/sys/
H A Dtermios.h135 #define VSWTCH 7 macro
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dstty.c168 #ifdef VSWTCH
169 { "swtch", CHAR, T_CHAR, US, VSWTCH, _POSIX_VDISABLE, C("Switch to a different shell layer") },
/illumos-gate/usr/src/uts/common/io/
H A Dldterm.c1356 if (c == tp->t_modes.c_cc[VSWTCH]) { in ldtermrput()