Searched refs:CINTR (Results 1 – 6 of 6) sorted by relevance
| /openbsd/src/usr.bin/tic/ |
| D | reset_cmd.c | 133 #if !(defined(CERASE) && defined(CINTR) && defined(CKILL) && defined(CQUIT)) 136 #undef CINTR 153 #ifndef CINTR 154 #define CINTR 127 /* ^? */ macro 212 reset_char(VINTR, CINTR); in reset_tty_settings() 387 : CINTR); in set_control_chars() 636 show_tty_change(old_settings, new_settings, "Interrupt", VINTR, CINTR); in print_tty_chars()
|
| /openbsd/src/sys/sys/ |
| D | ttydefaults.h | 62 #define CINTR CTRL('c') macro 91 _POSIX_VDISABLE, CINTR, CQUIT, CSUSP, CDSUSP, CSTART, CSTOP, CLNEXT,
|
| /openbsd/src/lib/libedit/ |
| D | tty.h | 165 #ifndef CINTR 166 # define CINTR CONTROL('c') macro
|
| D | tty.c | 94 CINTR, CQUIT, CERASE, CKILL, 103 CINTR, CQUIT, CERASE, CKILL,
|
| /openbsd/src/bin/stty/ |
| D | cchar.c | 60 { "intr", VINTR, CINTR },
|
| /openbsd/src/gnu/llvm/lldb/third_party/Python/module/ptyprocess-0.6.0/ptyprocess/ |
| D | ptyprocess.py | 82 from termios import CEOF, CINTR 83 (intr, eof) = (CINTR, CEOF)
|