Searched refs:VSWTCH (Results 1 – 10 of 10) sorted by relevance
/titanic_44/usr/src/cmd/ssh/include/ |
H A D | ttymodes.h | 118 #ifdef VSWTCH 119 TTYCHAR(VSWTCH, 16)
|
/titanic_44/usr/src/ucbcmd/stty/ |
H A D | stty.c | 281 if (cb.c_cc[VSWTCH] != CSWTCH) in prmodes() 282 pit(cb.c_cc[VSWTCH], "swtch", "; "); in prmodes() 500 pit(cb.c_cc[VSWTCH], "swtch", ";\n"); in pramodes() 674 if (cb.c_cc[VEOL2] != 0 || cb.c_cc[VSWTCH] != 0) { in prachars() 679 pcol(cb.c_cc[VSWTCH], 0); in prachars()
|
H A D | sttyparse.c | 97 cb->c_cc[VSWTCH] = gct(*++argv, term);
|
/titanic_44/usr/src/lib/libbc/inc/include/sys/ |
H A D | termios.h | 56 #define VSWTCH 7 macro
|
/titanic_44/usr/src/lib/libbc/inc/include/ |
H A D | termios.h | 56 #define VSWTCH 7 macro
|
/titanic_44/usr/src/cmd/ttymon/ |
H A D | stty.c | 332 if (cb.c_cc[VSWTCH] != CSWTCH) in prmodes() 333 pit(cb.c_cc[VSWTCH], "swtch", "; "); in prmodes() 550 pit(cb.c_cc[VSWTCH], "swtch", ";\n"); in pramodes()
|
H A D | sttyparse.c | 108 cb->c_cc[VSWTCH] = gct(*++argv, term);
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | termios.h | 135 #define VSWTCH 7 macro
|
/titanic_44/usr/src/lib/libcmd/common/ |
H A D | stty.c | 166 #ifdef VSWTCH 167 { "swtch", CHAR, T_CHAR, US, VSWTCH, _POSIX_VDISABLE, C("Switch to a different shell layer") },
|
/titanic_44/usr/src/uts/common/io/ |
H A D | ldterm.c | 1341 if (c == tp->t_modes.c_cc[VSWTCH]) { in ldtermrput()
|