Searched refs:CINTR (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/ncurses/progs/ |
H A D | reset_cmd.c | 136 #if !(defined(CERASE) && defined(CINTR) && defined(CKILL) && defined(CQUIT)) 139 #undef CINTR 156 #ifndef CINTR 157 #define CINTR 127 /* ^? */ macro 293 reset_char(VINTR, CINTR); in reset_tty_settings() 427 : CINTR); in set_control_chars() 670 show_tty_change(old_settings, new_settings, "Interrupt", VINTR, CINTR); in print_tty_chars()
|
/freebsd/contrib/tcsh/ |
H A D | ed.term.h | 176 # undef CINTR 177 # define CINTR 0177 /* ^? */ macro 207 #ifndef CINTR 208 # define CINTR TO_CONTROL('c') macro
|
H A D | ed.init.c | 59 (uc)CINTR, (uc)CQUIT, (uc)CERASE, (uc)CKILL, 68 CINTR, CQUIT, CERASE, CKILL,
|
/freebsd/sys/sys/ |
H A D | ttydefaults.h | 70 #define CINTR CTRL('C') macro 102 CEOF, CEOL, CEOL, CERASE, CWERASE, CKILL, CREPRINT, CERASE2, CINTR,
|
/freebsd/contrib/libedit/ |
H A D | tty.h | 164 #ifndef CINTR 165 # define CINTR CONTROL('c') macro
|
H A D | tty.c | 100 CINTR, CQUIT, CERASE, CKILL, 109 CINTR, CQUIT, CERASE, CKILL,
|
/freebsd/bin/stty/ |
H A D | cchar.c | 57 { "intr", VINTR, CINTR },
|