Home
last modified time | relevance | path

Searched refs:VQUIT (Results 1 – 20 of 20) sorted by relevance

/titanic_44/usr/src/cmd/ssh/include/
H A Dttymodes.h86 TTYCHAR(VQUIT, 2)
/titanic_44/usr/src/ucbcmd/stty/
H A Dstty.c269 if (cb.c_cc[VQUIT] != CQUIT) in prmodes()
270 pit(cb.c_cc[VQUIT], "quit", "; "); in prmodes()
494 pit(cb.c_cc[VQUIT], "quit", "; "); in pramodes()
669 pcol(cb.c_cc[VQUIT], 0); in prachars()
H A Dsttyparse.c81 cb->c_cc[VQUIT] = gct(*++argv, term);
154 cb->c_cc[VQUIT] = CQUIT;
/titanic_44/usr/src/lib/libbc/inc/include/sys/
H A Dtermios.h49 #define VQUIT 1 macro
/titanic_44/usr/src/lib/libbc/inc/include/
H A Dtermios.h49 #define VQUIT 1 macro
/titanic_44/usr/src/cmd/ttymon/
H A Dstty.c320 if (cb.c_cc[VQUIT] != CQUIT) in prmodes()
321 pit(cb.c_cc[VQUIT], "quit", "; "); in prmodes()
544 pit(cb.c_cc[VQUIT], "quit", "; "); in pramodes()
H A Dsttyparse.c88 cb->c_cc[VQUIT] = gct(*++argv, term);
153 cb->c_cc[VQUIT] = CQUIT;
/titanic_44/usr/src/uts/common/sys/
H A Dtermios.h124 #define VQUIT 1 macro
/titanic_44/usr/src/lib/libast/common/disc/
H A Dsfdcmore.c117 else if (c == old.c_cc[VQUIT])
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dexterns.h358 #define termQuitChar new_tc.c_cc[VQUIT]
/titanic_44/usr/src/ucbcmd/tset/
H A Dtset.c513 modes.c_cc[VQUIT] = reset(modes.c_cc[VQUIT], CQUIT); in main()
/titanic_44/usr/src/cmd/mailx/
H A Dtty.c322 c_quit = savtty.c_cc[VQUIT]; in savetty()
/titanic_44/usr/src/cmd/bnu/
H A Dcu.c504 _Tquit = _Tv0s.c_cc[VQUIT] ? _Tv0s.c_cc[VQUIT] : vdisable;
/titanic_44/usr/src/cmd/sulogin/
H A Dsulogin.c380 ttymodes.c_cc[VQUIT] = CQUIT; in sanitize_tty()
/titanic_44/usr/src/uts/common/io/
H A Dttcompat.c1169 FROM_COMPAT_CHAR(termiosp->c_cc[VQUIT], csp->t_quitc); in from_compat()
1328 TO_COMPAT_CHAR(csp->t_quitc, termiosp->c_cc[VQUIT]); in to_compat()
H A Dldterm.c1336 if (c == tp->t_modes.c_cc[VQUIT]) { in ldtermrput()
/titanic_44/usr/src/cmd/vi/port/
H A Dex_put.c1089 tty.c_cc[VQUIT] = termiosflag ? _POSIX_VDISABLE : '\200'; in ttcharoff()
/titanic_44/usr/src/lib/libcmd/common/
H A Dstty.c159 { "quit", CHAR, T_CHAR, SS, VQUIT, '|', C("Send a quit signal") },
/titanic_44/usr/src/cmd/mdb/common/mdb/
H A Dmdb_termio.c748 td->tio_quit = td->tio_ptios.c_cc[VQUIT]; in termio_resume_tty()
/titanic_44/usr/src/lib/libtecla/common/
H A Dgetline.c6021 gl_bind_control_char(gl, KTB_TERM, gl->oldattr.c_cc[VQUIT], "abort") || in gl_bind_terminal_keys()
6031 gl_bind_control_char(gl, KTB_TERM, MAKE_META(gl->oldattr.c_cc[VQUIT]), in gl_bind_terminal_keys()