/titanic_44/usr/src/cmd/ssh/include/ |
H A D | ttymodes.h | 85 TTYCHAR(VINTR, 1)
|
/titanic_44/usr/src/ucbcmd/stty/ |
H A D | sttyparse.c | 79 cb->c_cc[VINTR] = gct(*++argv, term); 133 cb->c_cc[VINTR] = CTRL('c'); 155 cb->c_cc[VINTR] = CINTR;
|
H A D | stty.c | 267 if (cb.c_cc[VINTR] != CINTR) in prmodes() 268 pit(cb.c_cc[VINTR], "intr", "; "); in prmodes() 493 pit(cb.c_cc[VINTR], "intr", "; "); in pramodes() 668 pcol(cb.c_cc[VINTR], 0); in prachars()
|
/titanic_44/usr/src/lib/libbc/inc/include/sys/ |
H A D | termios.h | 48 #define VINTR 0 macro
|
/titanic_44/usr/src/lib/libbc/inc/include/ |
H A D | termios.h | 48 #define VINTR 0 macro
|
/titanic_44/usr/src/cmd/ttymon/ |
H A D | stty.c | 318 if (cb.c_cc[VINTR] != CINTR) in prmodes() 319 pit(cb.c_cc[VINTR], "intr", "; "); in prmodes() 543 pit(cb.c_cc[VINTR], "intr", "; "); in pramodes()
|
H A D | sttyparse.c | 86 cb->c_cc[VINTR] = gct(*++argv, term); 154 cb->c_cc[VINTR] = CINTR;
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | termios.h | 123 #define VINTR 0 macro
|
/titanic_44/usr/src/lib/libast/common/disc/ |
H A D | sfdcmore.c | 115 else if (c == old.c_cc[VINTR])
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | externs.h | 356 #define termIntChar new_tc.c_cc[VINTR]
|
/titanic_44/usr/src/ucbcmd/tset/ |
H A D | tset.c | 265 #define curintr modes.c_cc[VINTR] 268 #define oldintr oldmodes.c_cc[VINTR]
|
/titanic_44/usr/src/cmd/mailx/ |
H A D | tty.c | 321 c_intr = savtty.c_cc[VINTR]; in savetty()
|
/titanic_44/usr/src/cmd/bnu/ |
H A D | cu.c | 503 _Tintr = _Tv0s.c_cc[VINTR] ? _Tv0s.c_cc[VINTR] : vdisable;
|
/titanic_44/usr/src/cmd/sulogin/ |
H A D | sulogin.c | 381 ttymodes.c_cc[VINTR] = CINTR; in sanitize_tty()
|
/titanic_44/usr/src/uts/common/io/ |
H A D | ttcompat.c | 1168 FROM_COMPAT_CHAR(termiosp->c_cc[VINTR], csp->t_intrc); in from_compat() 1327 TO_COMPAT_CHAR(csp->t_intrc, termiosp->c_cc[VINTR]); in to_compat()
|
H A D | ldterm.c | 1331 if (c == tp->t_modes.c_cc[VINTR]) { in ldtermrput()
|
/titanic_44/usr/src/cmd/vi/port/ |
H A D | ex_vops2.c | 1141 c = tty.c_cc[VINTR];
|
/titanic_44/usr/src/lib/libcmd/common/ |
H A D | stty.c | 158 { "intr", CHAR, T_CHAR, SS, VINTR, 'C', C("Send an interrupt signal") },
|
/titanic_44/usr/src/cmd/zlogin/ |
H A D | zlogin.c | 687 c == effective_termios.c_cc[VINTR]); in process_user_input()
|
/titanic_44/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_termio.c | 747 td->tio_intr = td->tio_ptios.c_cc[VINTR]; in termio_resume_tty()
|
/titanic_44/usr/src/lib/libtecla/common/ |
H A D | getline.c | 6019 if(gl_bind_control_char(gl, KTB_TERM, gl->oldattr.c_cc[VINTR], in gl_bind_terminal_keys() 6029 if(gl_bind_control_char(gl, KTB_TERM, MAKE_META(gl->oldattr.c_cc[VINTR]), in gl_bind_terminal_keys()
|