Searched refs:VINTR (Results 1 – 25 of 26) sorted by relevance
12
| /openbsd/src/lib/libedit/ |
| D | tty.h | 279 # ifdef VINTR 280 # if NUMCC <= VINTR 281 # undef VINTR
|
| D | tty.c | 369 #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/ |
| D | reset_cmd.c | 212 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/ |
| D | init.c | 58 { "in", &tmode.c_cc[VINTR] }, /* interrupt char */
|
| D | subr.c | 142 &tmode.c_cc[VERASE], &tmode.c_cc[VKILL], &tmode.c_cc[VINTR],
|
| /openbsd/src/lib/libcurses/ |
| D | nc_termios.h | 93 #define VINTR 6 macro
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Term-ReadKey/ |
| D | genchars.pl | 52 %possible = ( VINTR => "INTERRUPT",
|
| /openbsd/src/bin/stty/ |
| D | cchar.c | 60 { "intr", VINTR, CINTR },
|
| D | key.c | 175 ip->t.c_cc[VINTR] = CTRL('c'); in f_dec()
|
| /openbsd/src/usr.bin/ssh/ |
| D | ttymodes.h | 61 TTYCHAR(VINTR, 1)
|
| /openbsd/src/sys/sys/ |
| D | termios.h | 61 #define VINTR 8 /* ISIG */ macro
|
| /openbsd/src/gnu/usr.bin/texinfo/info/ |
| D | terminal.c | 731 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/ |
| D | key.c | 154 ip->t.c_cc[VINTR] = CTRL('c'); in f_dec()
|
| /openbsd/src/usr.bin/telnet/ |
| D | externs.h | 271 # define termIntChar new_tc.c_cc[VINTR]
|
| /openbsd/src/gnu/llvm/lldb/third_party/Python/module/ptyprocess-0.6.0/ptyprocess/ |
| D | ptyprocess.py | 62 from termios import VEOF, VINTR 75 intr = ord(termios.tcgetattr(fd)[6][VINTR])
|
| /openbsd/src/gnu/usr.bin/perl/ext/POSIX/ |
| D | Makefile.PL | 66 TMP_MAX TOSTOP TZNAME_MAX VEOF VEOL VERASE VINTR VKILL VMIN VQUIT
|
| /openbsd/src/usr.bin/cu/ |
| D | cu.c | 280 tio.c_cc[VINTR] = _POSIX_VDISABLE; in set_termios()
|
| /openbsd/src/usr.sbin/lpd/ |
| D | lp_stty.c | 184 ip->t.c_cc[VINTR] = CTRL('c'); in f_dec()
|
| /openbsd/src/gnu/usr.bin/perl/ext/POSIX/t/ |
| D | export.t | 73 VERASE VINTR VKILL VMIN VQUIT VSTART VSTOP VSUSP VTIME
|
| /openbsd/src/gnu/lib/libreadline/ |
| D | rltty.c | 426 _rl_tty_chars.t_intr = tiop->c_cc[VINTR];
|
| /openbsd/src/gnu/lib/libreadline/examples/ |
| D | rlfe.c | 584 add_special_char(t.c_cc[VINTR]); in main()
|
| /openbsd/src/bin/csh/ |
| D | file.c | 758 { cl_abort, VINTR }, in tenex()
|
| /openbsd/src/bin/ksh/ |
| D | edit.c | 173 edchars.intr = cb.c_cc[VINTR]; in x_mode()
|
| /openbsd/src/sys/kern/ |
| D | tty.c | 356 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/ |
| D | POSIX.pod | 2613 C<VEOF> C<VEOL> C<VERASE> C<VINTR> C<VKILL> C<VQUIT> C<VSUSP> C<VSTART> C<VSTOP> C<VMIN> C<VTIME> C…
|
12