Home
last modified time | relevance | path

Searched refs:CKILL (Results 1 – 7 of 7) sorted by relevance

/openbsd/usr.bin/tic/
H A Dreset_cmd.c133 #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 Dttydefaults.h64 #define CKILL CTRL('u') macro
90 CEOF, CEOL, CEOL, CERASE, CWERASE, CKILL, CREPRINT,
/openbsd/lib/libedit/
H A Dtty.h174 #ifndef CKILL
175 # define CKILL CONTROL('u') macro
H A Dtty.c94 CINTR, CQUIT, CERASE, CKILL,
103 CINTR, CQUIT, CERASE, CKILL,
/openbsd/bin/stty/
H A Dcchar.c61 { "kill", VKILL, CKILL },
H A Dkey.c187 ip->t.c_cc[VKILL] = CKILL; in f_ek()
/openbsd/usr.bin/talk/
H A Dinit_disp.c110 ? CKILL : tty.c_cc[VKILL]; in set_edit_chars()