Home
last modified time | relevance | path

Searched refs:VINTR (Results 1 – 25 of 26) sorted by relevance

12

/openbsd/src/lib/libedit/
Dtty.h279 # ifdef VINTR
280 # if NUMCC <= VINTR
281 # undef VINTR
Dtty.c369 #if defined(VINTR)
620 #ifdef VINTR in tty__getcharindex()
622 return VINTR; in tty__getcharindex()
728 #ifdef VINTR in tty__getchar()
729 s[C_INTR] = td->c_cc[VINTR]; in tty__getchar()
810 #ifdef VINTR in tty__setchar()
811 td->c_cc[VINTR] = s[C_INTR]; in tty__setchar()
/openbsd/src/usr.bin/tic/
Dreset_cmd.c212 reset_char(VINTR, CINTR); in reset_tty_settings()
384 if (DISABLED(tty_settings->c_cc[VINTR]) || my_intr >= 0) { in set_control_chars()
385 tty_settings->c_cc[VINTR] = UChar((my_intr >= 0) in set_control_chars()
636 show_tty_change(old_settings, new_settings, "Interrupt", VINTR, CINTR); in print_tty_chars()
/openbsd/src/libexec/getty/
Dinit.c58 { "in", &tmode.c_cc[VINTR] }, /* interrupt char */
Dsubr.c142 &tmode.c_cc[VERASE], &tmode.c_cc[VKILL], &tmode.c_cc[VINTR],
/openbsd/src/lib/libcurses/
Dnc_termios.h93 #define VINTR 6 macro
/openbsd/src/gnu/usr.bin/perl/cpan/Term-ReadKey/
Dgenchars.pl52 %possible = ( VINTR => "INTERRUPT",
/openbsd/src/bin/stty/
Dcchar.c60 { "intr", VINTR, CINTR },
Dkey.c175 ip->t.c_cc[VINTR] = CTRL('c'); in f_dec()
/openbsd/src/usr.bin/ssh/
Dttymodes.h61 TTYCHAR(VINTR, 1)
/openbsd/src/sys/sys/
Dtermios.h61 #define VINTR 8 /* ISIG */ macro
/openbsd/src/gnu/usr.bin/texinfo/info/
Dterminal.c731 if (ttybuff.c_cc[VINTR] == '\177') in terminal_prep_terminal()
732 ttybuff.c_cc[VINTR] = -1; in terminal_prep_terminal()
/openbsd/src/usr.sbin/lpr/lpd/
Dkey.c154 ip->t.c_cc[VINTR] = CTRL('c'); in f_dec()
/openbsd/src/usr.bin/telnet/
Dexterns.h271 # define termIntChar new_tc.c_cc[VINTR]
/openbsd/src/gnu/llvm/lldb/third_party/Python/module/ptyprocess-0.6.0/ptyprocess/
Dptyprocess.py62 from termios import VEOF, VINTR
75 intr = ord(termios.tcgetattr(fd)[6][VINTR])
/openbsd/src/gnu/usr.bin/perl/ext/POSIX/
DMakefile.PL66 TMP_MAX TOSTOP TZNAME_MAX VEOF VEOL VERASE VINTR VKILL VMIN VQUIT
/openbsd/src/usr.bin/cu/
Dcu.c280 tio.c_cc[VINTR] = _POSIX_VDISABLE; in set_termios()
/openbsd/src/usr.sbin/lpd/
Dlp_stty.c184 ip->t.c_cc[VINTR] = CTRL('c'); in f_dec()
/openbsd/src/gnu/usr.bin/perl/ext/POSIX/t/
Dexport.t73 VERASE VINTR VKILL VMIN VQUIT VSTART VSTOP VSUSP VTIME
/openbsd/src/gnu/lib/libreadline/
Drltty.c426 _rl_tty_chars.t_intr = tiop->c_cc[VINTR];
/openbsd/src/gnu/lib/libreadline/examples/
Drlfe.c584 add_special_char(t.c_cc[VINTR]); in main()
/openbsd/src/bin/csh/
Dfile.c758 { cl_abort, VINTR }, in tenex()
/openbsd/src/bin/ksh/
Dedit.c173 edchars.intr = cb.c_cc[VINTR]; in x_mode()
/openbsd/src/sys/kern/
Dtty.c356 if (CCEQ(cc[VINTR], c) || CCEQ(cc[VQUIT], c)) { in ttyinput()
361 CCEQ(cc[VINTR], c) ? SIGINT : SIGQUIT, 1); in ttyinput()
/openbsd/src/gnu/usr.bin/perl/ext/POSIX/lib/
DPOSIX.pod2613 C<VEOF> C<VEOL> C<VERASE> C<VINTR> C<VKILL> C<VQUIT> C<VSUSP> C<VSTART> C<VSTOP> C<VMIN> C<VTIME> C…

12