/titanic_44/usr/src/cmd/ssh/include/ |
H A D | ttymodes.h | 86 TTYCHAR(VQUIT, 2)
|
/titanic_44/usr/src/ucbcmd/stty/ |
H A D | stty.c | 269 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 D | sttyparse.c | 81 cb->c_cc[VQUIT] = gct(*++argv, term); 154 cb->c_cc[VQUIT] = CQUIT;
|
/titanic_44/usr/src/lib/libbc/inc/include/sys/ |
H A D | termios.h | 49 #define VQUIT 1 macro
|
/titanic_44/usr/src/lib/libbc/inc/include/ |
H A D | termios.h | 49 #define VQUIT 1 macro
|
/titanic_44/usr/src/cmd/ttymon/ |
H A D | stty.c | 320 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 D | sttyparse.c | 88 cb->c_cc[VQUIT] = gct(*++argv, term); 153 cb->c_cc[VQUIT] = CQUIT;
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | termios.h | 124 #define VQUIT 1 macro
|
/titanic_44/usr/src/lib/libast/common/disc/ |
H A D | sfdcmore.c | 117 else if (c == old.c_cc[VQUIT])
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | externs.h | 358 #define termQuitChar new_tc.c_cc[VQUIT]
|
/titanic_44/usr/src/ucbcmd/tset/ |
H A D | tset.c | 513 modes.c_cc[VQUIT] = reset(modes.c_cc[VQUIT], CQUIT); in main()
|
/titanic_44/usr/src/cmd/mailx/ |
H A D | tty.c | 322 c_quit = savtty.c_cc[VQUIT]; in savetty()
|
/titanic_44/usr/src/cmd/bnu/ |
H A D | cu.c | 504 _Tquit = _Tv0s.c_cc[VQUIT] ? _Tv0s.c_cc[VQUIT] : vdisable;
|
/titanic_44/usr/src/cmd/sulogin/ |
H A D | sulogin.c | 380 ttymodes.c_cc[VQUIT] = CQUIT; in sanitize_tty()
|
/titanic_44/usr/src/uts/common/io/ |
H A D | ttcompat.c | 1169 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 D | ldterm.c | 1336 if (c == tp->t_modes.c_cc[VQUIT]) { in ldtermrput()
|
/titanic_44/usr/src/cmd/vi/port/ |
H A D | ex_put.c | 1089 tty.c_cc[VQUIT] = termiosflag ? _POSIX_VDISABLE : '\200'; in ttcharoff()
|
/titanic_44/usr/src/lib/libcmd/common/ |
H A D | stty.c | 159 { "quit", CHAR, T_CHAR, SS, VQUIT, '|', C("Send a quit signal") },
|
/titanic_44/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_termio.c | 748 td->tio_quit = td->tio_ptios.c_cc[VQUIT]; in termio_resume_tty()
|
/titanic_44/usr/src/lib/libtecla/common/ |
H A D | getline.c | 6021 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()
|