Searched refs:VINTR (Results 1 - 25 of 35) sorted by relevance

12

/freebsd-11-stable/crypto/heimdal/appl/login/
H A Dstty_default.c92 termios.c_cc[VINTR] = Ctl('C');
/freebsd-11-stable/libexec/getty/
H A Dinit.c67 { "in", &omode.c_cc[VINTR] }, /* interrupt char */
/freebsd-11-stable/usr.bin/tset/
H A Dset.c66 mode.c_cc[VINTR] = CHK(mode.c_cc[VINTR], CINTR);
178 if (mode.c_cc[VINTR] == 0 || intrchar != 0)
179 mode.c_cc[VINTR] = intrchar ? intrchar : CINTR;
H A Dtset.c198 report("Interrupt", VINTR, CINTR);
/freebsd-11-stable/contrib/ncurses/include/
H A Dnc_termios.h75 #define VINTR 0 macro
/freebsd-11-stable/lib/libedit/
H A Dtty.h279 # ifdef VINTR
280 # if NUMCC <= VINTR
281 # undef VINTR macro
282 # endif /* NUMCC <= VINTR */
283 # endif /* VINTR */
H A Dtty.c376 #if defined(VINTR)
378 #endif /* VINTR */
627 #ifdef VINTR
629 return VINTR;
630 #endif /* VINTR */
735 #ifdef VINTR
736 s[C_INTR] = td->c_cc[VINTR];
737 #endif /* VINTR */
817 #ifdef VINTR
818 td->c_cc[VINTR]
[all...]
/freebsd-11-stable/contrib/tcsh/
H A Ded.term.h329 # ifdef VINTR
330 # if NUMCC <= VINTR
331 # undef VINTR macro
332 # endif /* NUMCC <= VINTR */
333 # endif /* VINTR */
H A Dmi.termios.c270 termios_p->c_cc[VINTR] = tcbuf.t_intrc;
380 tcbuf.t_intrc = termios_p->c_cc[VINTR];
H A Ded.term.c450 # if defined(VINTR) || defined(TIOCGETC)
452 # endif /* VINTR */
777 # ifdef VINTR
778 s[C_INTR] = n->c_cc[VINTR];
779 # endif /* VINTR */
913 # ifdef VINTR
914 n->c_cc[VINTR] = s[C_INTR];
915 # endif /* VINTR */
/freebsd-11-stable/contrib/ntp/lib/isc/unix/
H A Dkeyboard.c113 if (c == controlchars[VINTR] || c == controlchars[VQUIT]) {
/freebsd-11-stable/bin/stty/
H A Dcchar.c66 { "intr", VINTR, CINTR },
H A Dkey.c169 ip->t.c_cc[VINTR] = CTRL('c');
/freebsd-11-stable/sys/sys/
H A D_termios.h58 #define VINTR 8 /* ISIG */ macro
/freebsd-11-stable/crypto/openssh/
H A Dttymodes.h70 TTYCHAR(VINTR, 1)
/freebsd-11-stable/contrib/gdb/gdb/tui/
H A Dtui.c525 mode.c_cc[VINTR] = CHK (mode.c_cc[VINTR], CTRL ('?'));
/freebsd-11-stable/contrib/telnet/telnet/
H A Dexterns.h55 # ifndef VINTR
384 # define termIntChar new_tc.c_cc[VINTR]
/freebsd-11-stable/contrib/ncurses/progs/
H A Dtset.c774 mode.c_cc[VINTR] = CHK(mode.c_cc[VINTR], CINTR);
921 if (DISABLED(mode.c_cc[VINTR]) || intrchar >= 0) {
922 mode.c_cc[VINTR] = UChar((intrchar >= 0)
1344 report("Interrupt", VINTR, CINTR);
/freebsd-11-stable/sys/kern/
H A Dtty_compat.c135 cc[VINTR] = tc->t_intrc;
222 tc->t_intrc = cc[VINTR];
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnet/
H A Dexterns.h372 # define termIntChar new_tc.c_cc[VINTR]
/freebsd-11-stable/usr.sbin/watch/
H A Dwatch.c130 ntty.c_cc[VINTR] = 07; /* ^G */
/freebsd-11-stable/contrib/opie/
H A Dopielogin.c900 #ifdef VINTR
902 attr.c_cc[VINTR] = CINTR;
904 attr.c_cc[VINTR] = CONTROL('C');
906 #endif /* VINTR */
/freebsd-11-stable/sys/i386/ibcs2/
H A Dibcs2_ioctl.c175 bt->c_cc[VINTR] =
272 bt->c_cc[VINTR] != _POSIX_VDISABLE ? bt->c_cc[VINTR] : 0;
/freebsd-11-stable/contrib/libreadline/examples/rlfe/
H A Drlfe.c537 add_special_char(t.c_cc[VINTR]);
/freebsd-11-stable/usr.bin/rlogin/
H A Drlogin.c429 CCEQ(deftty.c_cc[VINTR], c) ||

Completed in 466 milliseconds

12