Searched refs:CKILL (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/sys/sys/
H A Dttydefaults.h73 #define CKILL CTRL('U') macro
103 CEOF, CEOL, CEOL, CERASE, CWERASE, CKILL, CREPRINT, CERASE2, CINTR,
/freebsd-11-stable/contrib/opie/libopie/
H A Dreadpass.c149 #ifdef CKILL
154 if (*(e++) == CKILL)
158 *e = CKILL;
160 #endif /* CKILL */
/freebsd-11-stable/contrib/tcsh/
H A Ded.term.h181 # undef CKILL macro
216 #ifndef CKILL
217 # define CKILL TO_CONTROL('u') macro
218 #endif /* CKILL */
H A Ded.init.c59 (uc)CINTR, (uc)CQUIT, (uc)CERASE, (uc)CKILL,
68 CINTR, CQUIT, CERASE, CKILL,
/freebsd-11-stable/bin/stty/
H A Dcchar.c67 { "kill", VKILL, CKILL },
H A Dkey.c181 ip->t.c_cc[VKILL] = CKILL;
/freebsd-11-stable/usr.bin/tset/
H A Dset.c67 mode.c_cc[VKILL] = CHK(mode.c_cc[VKILL], CKILL);
182 mode.c_cc[VKILL] = killch ? killch : CKILL;
H A Dtset.c197 report("Kill", VKILL, CKILL);
/freebsd-11-stable/lib/libedit/
H A Dtty.h174 #ifndef CKILL
175 # define CKILL CONTROL('u') macro
176 #endif /* CKILL */
H A Dtty.c101 CINTR, CQUIT, CERASE, CKILL,
110 CINTR, CQUIT, CERASE, CKILL,
/freebsd-11-stable/contrib/ncurses/progs/
H A Dtset.c695 #if !(defined(CERASE) && defined(CINTR) && defined(CKILL) && defined(CQUIT))
699 #undef CKILL macro
718 #ifndef CKILL
719 #define CKILL CTRL('U') macro
775 mode.c_cc[VKILL] = CHK(mode.c_cc[VKILL], CKILL);
930 : CKILL);
1343 report("Kill", VKILL, CKILL);
/freebsd-11-stable/usr.bin/talk/
H A Dinit_disp.c138 my_win.kill = CKILL;
/freebsd-11-stable/contrib/opie/
H A Dopielogin.c908 #ifdef CKILL
909 attr.c_cc[VKILL] = CKILL;
910 #else /* CKILL */
912 #endif /* CKILL */

Completed in 108 milliseconds