| /freebsd/contrib/libedit/ |
| H A D | tty.h | 278 # ifdef VINTR 279 # if NUMCC <= VINTR 280 # undef VINTR
|
| H A D | tty.c | 375 #if defined(VINTR) 627 #ifdef VINTR in tty__getcharindex() 629 return VINTR; in tty__getcharindex() 735 #ifdef VINTR in tty__getchar() 736 s[C_INTR] = td->c_cc[VINTR]; in tty__getchar() 817 #ifdef VINTR in tty__setchar() 818 td->c_cc[VINTR] = s[C_INTR]; in tty__setchar() 1353 #if defined(SIGINT) && defined(VINTR) in tty_get_signal_character() 1355 return el->el_tty.t_c[ED_IO][VINTR]; in tty_get_signal_character()
|
| /freebsd/contrib/tcsh/ |
| H A D | ed.term.h | 329 # ifdef VINTR 330 # if NUMCC <= VINTR 331 # undef VINTR
|
| H A D | mi.termios.c | 270 termios_p->c_cc[VINTR] = tcbuf.t_intrc; 380 tcbuf.t_intrc = termios_p->c_cc[VINTR];
|
| H A D | ed.term.c | 450 # if defined(VINTR) || defined(TIOCGETC) 777 # ifdef VINTR in tty_getchar() 778 s[C_INTR] = n->c_cc[VINTR]; in tty_getchar() 913 # ifdef VINTR in tty_setchar() 914 n->c_cc[VINTR] = s[C_INTR]; in tty_setchar()
|
| /freebsd/contrib/ncurses/progs/ |
| H A D | reset_cmd.c | 293 reset_char(VINTR, CINTR); in reset_tty_settings() 442 if (DISABLED(tty_settings->c_cc[VINTR]) || my_intr >= 0) { in set_control_chars() 443 tty_settings->c_cc[VINTR] = UChar((my_intr >= 0) in set_control_chars() 685 show_tty_change(old_settings, new_settings, "Interrupt", VINTR, CINTR); in print_tty_chars()
|
| /freebsd/crypto/heimdal/appl/login/ |
| H A D | stty_default.c | 92 termios.c_cc[VINTR] = Ctl('C'); in stty_default()
|
| /freebsd/libexec/getty/ |
| H A D | init.c | 64 { "in", M(VINTR), NULL }, /* interrupt char */
|
| H A D | subr.c | 203 CV(VERASE), CV(VKILL), CV(VINTR),
|
| /freebsd/contrib/llvm-project/libc/include/llvm-libc-macros/linux/ |
| H A D | termios-macros.h | 69 #define VINTR 0 macro
|
| /freebsd/contrib/telnet/telnet/ |
| H A D | externs.h | 55 # ifndef VINTR 384 # define termIntChar new_tc.c_cc[VINTR]
|
| /freebsd/sys/sys/ |
| H A D | _termios.h | 57 #define VINTR 8 /* ISIG */ macro
|
| /freebsd/bin/stty/ |
| H A D | cchar.c | 59 { "intr", VINTR, CINTR },
|
| H A D | key.c | 162 ip->t.c_cc[VINTR] = CTRL('c'); in f_dec()
|
| /freebsd/crypto/openssh/ |
| H A D | ttymodes.h | 61 TTYCHAR(VINTR, 1)
|
| /freebsd/sys/kern/ |
| H A D | tty_compat.c | 131 cc[VINTR] = tc->t_intrc; in ttsetcompat() 218 tc->t_intrc = cc[VINTR]; in tty_ioctl_compat()
|
| H A D | tty_ttydisc.c | 1116 if (CMP_CC(VINTR, c)) { in ttydisc_rint()
|
| /freebsd/crypto/heimdal/appl/telnet/telnet/ |
| H A D | externs.h | 372 # define termIntChar new_tc.c_cc[VINTR]
|
| /freebsd/usr.sbin/watch/ |
| H A D | watch.c | 125 ntty.c_cc[VINTR] = 07; /* ^G */ in set_tty()
|
| /freebsd/usr.bin/tip/tip/ |
| H A D | tip.c | 214 term.c_cc[VINTR] = term.c_cc[VQUIT] = term.c_cc[VSUSP] = in main()
|
| /freebsd/usr.sbin/ppp/ |
| H A D | prompt.c | 438 newtio.c_cc[VINTR] = _POSIX_VDISABLE; in prompt_TtyInit()
|
| /freebsd/contrib/ee/ |
| H A D | new_curse.c | 2683 Intr = Terminal.c_cc[VINTR]; /* get the interrupt character */ in raw() 2697 Terminal.c_cc[VINTR] = 0; /* eliminate interrupt */ in raw() 2715 Terminal.c_cc[VINTR] = Intr; /* reset interrupt char */ in noraw()
|
| /freebsd/crypto/heimdal/appl/telnet/telnetd/ |
| H A D | sys_term.c | 242 setval(VINTR, SLC_VARIABLE|SLC_FLUSHIN|SLC_FLUSHOUT); in spcset()
|
| /freebsd/sys/compat/linux/ |
| H A D | linux_ioctl.c | 512 lios->c_cc[LINUX_VINTR] = bios->c_cc[VINTR]; in bsd_to_linux_termios() 638 bios->c_cc[VINTR] = lios->c_cc[LINUX_VINTR]; in linux_to_bsd_termios()
|