Searched refs:CKILL (Results 1 – 7 of 7) sorted by relevance
/openbsd/usr.bin/tic/ |
H A D | reset_cmd.c | 133 #if !(defined(CERASE) && defined(CINTR) && defined(CKILL) && defined(CQUIT)) 137 #undef CKILL 156 #ifndef CKILL 157 #define CKILL CTRL('U') macro 213 reset_char(VKILL, CKILL); in reset_tty_settings() 393 : CKILL); in set_control_chars() 635 show_tty_change(old_settings, new_settings, "Kill", VKILL, CKILL); in print_tty_chars()
|
/openbsd/sys/sys/ |
H A D | ttydefaults.h | 64 #define CKILL CTRL('u') macro 90 CEOF, CEOL, CEOL, CERASE, CWERASE, CKILL, CREPRINT,
|
/openbsd/lib/libedit/ |
H A D | tty.h | 174 #ifndef CKILL 175 # define CKILL CONTROL('u') macro
|
H A D | tty.c | 94 CINTR, CQUIT, CERASE, CKILL, 103 CINTR, CQUIT, CERASE, CKILL,
|
/openbsd/bin/stty/ |
H A D | cchar.c | 61 { "kill", VKILL, CKILL },
|
H A D | key.c | 187 ip->t.c_cc[VKILL] = CKILL; in f_ek()
|
/openbsd/usr.bin/talk/ |
H A D | init_disp.c | 110 ? CKILL : tty.c_cc[VKILL]; in set_edit_chars()
|