Home
last modified time | relevance | path

Searched full:vintr (Results 1 – 25 of 28) sorted by relevance

12

/freebsd/contrib/libedit/
H A Dtty.h278 # ifdef VINTR
279 # if NUMCC <= VINTR
280 # undef VINTR
281 # endif /* NUMCC <= VINTR */
282 # endif /* VINTR */
H A Dtty.c375 #if defined(VINTR)
377 #endif /* VINTR */
627 #ifdef VINTR in tty__getcharindex()
629 return VINTR; in tty__getcharindex()
630 #endif /* VINTR */ in tty__getcharindex()
735 #ifdef VINTR in tty__getchar()
736 s[C_INTR] = td->c_cc[VINTR]; in tty__getchar()
737 #endif /* VINTR */ in tty__getchar()
817 #ifdef VINTR in tty__setchar()
818 td->c_cc[VINTR] = s[C_INTR]; in tty__setchar()
[all …]
/freebsd/contrib/tcsh/
H A Ded.term.h329 # ifdef VINTR
330 # if NUMCC <= VINTR
331 # undef VINTR
332 # endif /* NUMCC <= VINTR */
333 # endif /* VINTR */
H A Ded.term.c450 # if defined(VINTR) || defined(TIOCGETC)
452 # endif /* VINTR */
777 # ifdef VINTR in tty_getchar()
778 s[C_INTR] = n->c_cc[VINTR]; in tty_getchar()
779 # endif /* VINTR */ in tty_getchar()
913 # ifdef VINTR in tty_setchar()
914 n->c_cc[VINTR] = s[C_INTR]; in tty_setchar()
915 # endif /* VINTR */ in tty_setchar()
H A Dmi.termios.c270 termios_p->c_cc[VINTR] = tcbuf.t_intrc;
380 tcbuf.t_intrc = termios_p->c_cc[VINTR];
/freebsd/contrib/ncurses/progs/
H A Dreset_cmd.c293 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 Dstty_default.c92 termios.c_cc[VINTR] = Ctl('C'); in stty_default()
/freebsd/contrib/telnet/telnet/
H A Dexterns.h55 # ifndef VINTR
384 # define termIntChar new_tc.c_cc[VINTR]
/freebsd/sys/kern/
H A Dtty_compat.c131 cc[VINTR] = tc->t_intrc; in ttsetcompat()
218 tc->t_intrc = cc[VINTR]; in tty_ioctl_compat()
/freebsd/bin/stty/
H A Dcchar.c59 { "intr", VINTR, CINTR },
H A Dkey.c162 ip->t.c_cc[VINTR] = CTRL('c'); in f_dec()
H A Dstty.1398 .It intr Ta Tn VINTR Ta INTR No character
/freebsd/crypto/openssh/
H A Dttymodes.h61 TTYCHAR(VINTR, 1)
/freebsd/contrib/nvi/cl/
H A Dcl_screen.c309 * turns on VINTR, VQUIT, VDSUSP and VSUSP. The main curses code in cl_vi_init()
310 * already installed a handler for VINTR. We're going to disable the in cl_vi_init()
/freebsd/contrib/llvm-project/libc/include/llvm-libc-macros/linux/
H A Dtermios-macros.h69 #define VINTR 0 macro
/freebsd/sys/sys/
H A D_termios.h57 #define VINTR 8 /* ISIG */ macro
/freebsd/libexec/getty/
H A Dinit.c64 { "in", M(VINTR), NULL }, /* interrupt char */
H A Dsubr.c203 CV(VERASE), CV(VKILL), CV(VINTR),
/freebsd/usr.sbin/watch/
H A Dwatch.c125 ntty.c_cc[VINTR] = 07; /* ^G */ in set_tty()
/freebsd/crypto/heimdal/appl/telnet/telnet/
H A Dexterns.h372 # define termIntChar new_tc.c_cc[VINTR]
/freebsd/sys/amd64/vmm/amd/
H A Dsvm.c1055 ("%s: vintr intercept should be enabled", __func__)); in enable_intr_window_exiting()
1076 ("%s: vintr intercept should be disabled", __func__)); in disable_intr_window_exiting()
1294 { .reason = VMCB_EXIT_VINTR, .str = "vintr" }, in exit_reason_to_str()
1907 * We use V_IRQ in conjunction with the VINTR intercept to in svm_inj_interrupts()
/freebsd/usr.sbin/ppp/
H A Dprompt.c438 newtio.c_cc[VINTR] = _POSIX_VDISABLE; in prompt_TtyInit()
/freebsd/usr.bin/tip/tip/
H A Dtip.c214 term.c_cc[VINTR] = term.c_cc[VQUIT] = term.c_cc[VSUSP] = in main()
/freebsd/share/man/man4/
H A Dtermios.41552 .It Dv VINTR Ta INTR Ta \&^C
/freebsd/contrib/ee/
H A Dnew_curse.c2683 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()

12