Home
last modified time | relevance | path

Searched refs:CINTR (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/usr.bin/tic/
Dreset_cmd.c133 #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/
Dttydefaults.h62 #define CINTR CTRL('c') macro
91 _POSIX_VDISABLE, CINTR, CQUIT, CSUSP, CDSUSP, CSTART, CSTOP, CLNEXT,
/openbsd/src/lib/libedit/
Dtty.h165 #ifndef CINTR
166 # define CINTR CONTROL('c') macro
Dtty.c94 CINTR, CQUIT, CERASE, CKILL,
103 CINTR, CQUIT, CERASE, CKILL,
/openbsd/src/bin/stty/
Dcchar.c60 { "intr", VINTR, CINTR },
/openbsd/src/gnu/llvm/lldb/third_party/Python/module/ptyprocess-0.6.0/ptyprocess/
Dptyprocess.py82 from termios import CEOF, CINTR
83 (intr, eof) = (CINTR, CEOF)