Searched refs:CKILL (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/ncurses/progs/ |
H A D | reset_cmd.c | 136 #if !(defined(CERASE) && defined(CINTR) && defined(CKILL) && defined(CQUIT)) 140 #undef CKILL 159 #ifndef CKILL 160 #define CKILL CTRL('U') macro 294 reset_char(VKILL, CKILL); in reset_tty_settings() 433 : CKILL); in set_control_chars() 669 show_tty_change(old_settings, new_settings, "Kill", VKILL, CKILL); in print_tty_chars()
|
/freebsd/sys/sys/ |
H A D | ttydefaults.h | 72 #define CKILL CTRL('U') macro 102 CEOF, CEOL, CEOL, CERASE, CWERASE, CKILL, CREPRINT, CERASE2, CINTR,
|
/freebsd/contrib/tcsh/ |
H A D | ed.term.h | 181 # undef CKILL 216 #ifndef CKILL 217 # define CKILL TO_CONTROL('u') macro
|
H A D | ed.init.c | 59 (uc)CINTR, (uc)CQUIT, (uc)CERASE, (uc)CKILL, 68 CINTR, CQUIT, CERASE, CKILL,
|
/freebsd/contrib/libedit/ |
H A D | tty.h | 173 #ifndef CKILL 174 # define CKILL CONTROL('u') macro
|
H A D | tty.c | 100 CINTR, CQUIT, CERASE, CKILL, 109 CINTR, CQUIT, CERASE, CKILL,
|
/freebsd/bin/stty/ |
H A D | cchar.c | 58 { "kill", VKILL, CKILL },
|
H A D | key.c | 172 ip->t.c_cc[VKILL] = CKILL; in f_ek()
|
/freebsd/usr.bin/talk/ |
H A D | init_disp.c | 134 my_win.kill = CKILL; in set_edit_chars()
|
/freebsd/contrib/ncurses/ |
H A D | NEWS | 9719 + modify #define's for CKILL and other default control characters in
|