Searched refs:VINTR (Results 1 – 22 of 22) sorted by relevance
| /freebsd-14-stable/contrib/libedit/ |
| HD | tty.h | 278 # ifdef VINTR 279 # if NUMCC <= VINTR 280 # undef VINTR
|
| HD | 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-14-stable/contrib/tcsh/ |
| HD | ed.term.h | 329 # ifdef VINTR 330 # if NUMCC <= VINTR 331 # undef VINTR
|
| HD | mi.termios.c | 270 termios_p->c_cc[VINTR] = tcbuf.t_intrc; 380 tcbuf.t_intrc = termios_p->c_cc[VINTR];
|
| HD | 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-14-stable/contrib/ncurses/progs/ |
| HD | reset_cmd.c | 293 reset_char(VINTR, CINTR); in reset_tty_settings() 424 if (DISABLED(tty_settings->c_cc[VINTR]) || my_intr >= 0) { in set_control_chars() 425 tty_settings->c_cc[VINTR] = UChar((my_intr >= 0) in set_control_chars() 670 show_tty_change(old_settings, new_settings, "Interrupt", VINTR, CINTR); in print_tty_chars()
|
| /freebsd-14-stable/crypto/heimdal/appl/login/ |
| HD | stty_default.c | 92 termios.c_cc[VINTR] = Ctl('C'); in stty_default()
|
| /freebsd-14-stable/libexec/getty/ |
| HD | init.c | 70 { "in", M(VINTR), NULL }, /* interrupt char */
|
| HD | subr.c | 209 CV(VERASE), CV(VKILL), CV(VINTR),
|
| /freebsd-14-stable/contrib/ncurses/include/ |
| HD | nc_termios.h | 93 #define VINTR 6 macro
|
| /freebsd-14-stable/contrib/telnet/telnet/ |
| HD | externs.h | 55 # ifndef VINTR 384 # define termIntChar new_tc.c_cc[VINTR]
|
| /freebsd-14-stable/sys/sys/ |
| HD | _termios.h | 59 #define VINTR 8 /* ISIG */ macro
|
| /freebsd-14-stable/crypto/openssh/ |
| HD | ttymodes.h | 61 TTYCHAR(VINTR, 1)
|
| /freebsd-14-stable/sys/kern/ |
| HD | tty_compat.c | 133 cc[VINTR] = tc->t_intrc; in ttsetcompat() 220 tc->t_intrc = cc[VINTR]; in tty_ioctl_compat()
|
| HD | tty_ttydisc.c | 1117 if (CMP_CC(VINTR, c)) { in ttydisc_rint()
|
| /freebsd-14-stable/usr.sbin/watch/ |
| HD | watch.c | 126 ntty.c_cc[VINTR] = 07; /* ^G */ in set_tty()
|
| /freebsd-14-stable/crypto/heimdal/appl/telnet/telnet/ |
| HD | externs.h | 372 # define termIntChar new_tc.c_cc[VINTR]
|
| /freebsd-14-stable/usr.bin/tip/tip/ |
| HD | tip.c | 228 term.c_cc[VINTR] = term.c_cc[VQUIT] = term.c_cc[VSUSP] = in main()
|
| /freebsd-14-stable/usr.sbin/ppp/ |
| HD | prompt.c | 438 newtio.c_cc[VINTR] = _POSIX_VDISABLE; in prompt_TtyInit()
|
| /freebsd-14-stable/contrib/ee/ |
| HD | 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-14-stable/crypto/heimdal/appl/telnet/telnetd/ |
| HD | sys_term.c | 242 setval(VINTR, SLC_VARIABLE|SLC_FLUSHIN|SLC_FLUSHOUT); in spcset()
|
| /freebsd-14-stable/sys/compat/linux/ |
| HD | linux_ioctl.c | 477 lios->c_cc[LINUX_VINTR] = bios->c_cc[VINTR]; in bsd_to_linux_termios() 593 bios->c_cc[VINTR] = lios->c_cc[LINUX_VINTR]; in linux_to_bsd_termios()
|