Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/opie/libopie/
Dreadpass.c149 #ifdef CKILL
154 if (*(e++) == CKILL)
158 *e = CKILL;
/freebsd-12-stable/sys/sys/
Dttydefaults.h75 #define CKILL CTRL('U') macro
105 CEOF, CEOL, CEOL, CERASE, CWERASE, CKILL, CREPRINT, CERASE2, CINTR,
/freebsd-12-stable/contrib/ncurses/progs/
Dtset.c695 #if !(defined(CERASE) && defined(CINTR) && defined(CKILL) && defined(CQUIT))
699 #undef CKILL
718 #ifndef CKILL
719 #define CKILL CTRL('U') macro
775 mode.c_cc[VKILL] = CHK(mode.c_cc[VKILL], CKILL); in reset_mode()
930 : CKILL); in set_control_chars()
1343 report("Kill", VKILL, CKILL); in main()
/freebsd-12-stable/contrib/tcsh/
Ded.term.h181 # undef CKILL
216 #ifndef CKILL
217 # define CKILL TO_CONTROL('u') macro
Ded.init.c59 (uc)CINTR, (uc)CQUIT, (uc)CERASE, (uc)CKILL,
68 CINTR, CQUIT, CERASE, CKILL,
/freebsd-12-stable/contrib/libedit/
Dtty.h173 #ifndef CKILL
174 # define CKILL CONTROL('u') macro
Dtty.c100 CINTR, CQUIT, CERASE, CKILL,
109 CINTR, CQUIT, CERASE, CKILL,
/freebsd-12-stable/usr.bin/tset/
Dset.c69 mode.c_cc[VKILL] = CHK(mode.c_cc[VKILL], CKILL); in reset_mode()
184 mode.c_cc[VKILL] = killch ? killch : CKILL; in set_control_chars()
Dtset.c199 report("Kill", VKILL, CKILL); in main()
/freebsd-12-stable/bin/stty/
Dcchar.c66 { "kill", VKILL, CKILL },
Dkey.c180 ip->t.c_cc[VKILL] = CKILL; in f_ek()
/freebsd-12-stable/usr.bin/talk/
Dinit_disp.c140 my_win.kill = CKILL; in set_edit_chars()
/freebsd-12-stable/contrib/opie/
Dopielogin.c908 #ifdef CKILL
909 attr.c_cc[VKILL] = CKILL;
/freebsd-12-stable/contrib/ncurses/
DNEWS5338 + modify #define's for CKILL and other default control characters in