Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/progs/
H A Dreset_cmd.c136 #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 Dttydefaults.h72 #define CKILL CTRL('U') macro
102 CEOF, CEOL, CEOL, CERASE, CWERASE, CKILL, CREPRINT, CERASE2, CINTR,
/freebsd/contrib/tcsh/
H A Ded.term.h181 # undef CKILL
216 #ifndef CKILL
217 # define CKILL TO_CONTROL('u') macro
H A Ded.init.c59 (uc)CINTR, (uc)CQUIT, (uc)CERASE, (uc)CKILL,
68 CINTR, CQUIT, CERASE, CKILL,
/freebsd/contrib/libedit/
H A Dtty.h173 #ifndef CKILL
174 # define CKILL CONTROL('u') macro
H A Dtty.c100 CINTR, CQUIT, CERASE, CKILL,
109 CINTR, CQUIT, CERASE, CKILL,
/freebsd/bin/stty/
H A Dcchar.c58 { "kill", VKILL, CKILL },
H A Dkey.c172 ip->t.c_cc[VKILL] = CKILL; in f_ek()
/freebsd/usr.bin/talk/
H A Dinit_disp.c134 my_win.kill = CKILL; in set_edit_chars()
/freebsd/contrib/ncurses/
H A DNEWS9719 + modify #define's for CKILL and other default control characters in