Searched refs:VDSUSP (Results 1 – 15 of 15) sorted by relevance
/titanic_41/usr/src/cmd/ssh/include/ |
H A D | ttymodes.h | 103 #if defined(VDSUSP) 104 TTYCHAR(VDSUSP, 11)
|
/titanic_41/usr/src/ucbcmd/stty/ |
H A D | stty.c | 290 if (cb.c_cc[VDSUSP] != CDSUSP) in prmodes() 291 pit(cb.c_cc[VDSUSP], "dsusp", "; "); in prmodes() 505 pit(cb.c_cc[VDSUSP], "dsusp", ";\n"); in pramodes() 667 pcol(cb.c_cc[VSUSP], cb.c_cc[VDSUSP]); in prachars()
|
H A D | sttyparse.c | 108 cb->c_cc[VDSUSP] = gct(*++argv, term);
|
/titanic_41/usr/src/lib/libbc/inc/include/sys/ |
H A D | termios.h | 62 #define VDSUSP 11 macro
|
/titanic_41/usr/src/lib/libbc/inc/include/ |
H A D | termios.h | 62 #define VDSUSP 11 macro
|
/titanic_41/usr/src/cmd/ttymon/ |
H A D | stty.c | 341 if (cb.c_cc[VDSUSP] != CDSUSP) in prmodes() 342 pit(cb.c_cc[VDSUSP], "dsusp", "; "); in prmodes() 555 pit(cb.c_cc[VDSUSP], "dsusp", ";\n"); in pramodes()
|
H A D | sttyparse.c | 119 cb->c_cc[VDSUSP] = gct(*++argv, term);
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | termios.h | 141 #define VDSUSP 11 macro
|
/titanic_41/usr/src/cmd/sh/ |
H A D | jobs.c | 428 jp->j_stty.c_cc[VDSUSP] = mystty.c_cc[VDSUSP]; in restartjob()
|
/titanic_41/usr/src/lib/libcmd/common/ |
H A D | stty.c | 176 #ifdef VDSUSP 177 { "dsusp", CHAR, T_CHAR, SS, VDSUSP, 'Y', C("Send a terminal stop signal after flushing the input")…
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | sys_bsd.c | 496 tmp_tc.c_cc[VDSUSP] = (cc_t)(_POSIX_VDISABLE);
|
/titanic_41/usr/src/uts/common/io/ |
H A D | ttcompat.c | 1175 FROM_COMPAT_CHAR(termiosp->c_cc[VDSUSP], csp->t_dsuspc); in from_compat() 1332 TO_COMPAT_CHAR(csp->t_dsuspc, termiosp->c_cc[VDSUSP]); in to_compat()
|
H A D | ldterm.c | 1354 (c == tp->t_modes.c_cc[VDSUSP])) { in ldtermrput()
|
/titanic_41/usr/src/lib/libshell/common/edit/ |
H A D | edit.c | 349 # ifdef VDSUSP in tty_raw() 350 nttyparm.c_cc[VDSUSP] = _POSIX_DISABLE; in tty_raw()
|
/titanic_41/usr/src/cmd/vi/port/ |
H A D | ex_put.c | 1096 tty.c_cc[VDSUSP] = _POSIX_VDISABLE; in ttcharoff()
|