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

/freebsd-9.3-release/sys/sys/
H A Dttydefaults.h73 #define CKILL CTRL('U') macro
99 CEOF, CEOL, CEOL, CERASE, CWERASE, CKILL, CREPRINT,
/freebsd-9.3-release/contrib/opie/libopie/
H A Dreadpass.c149 #ifdef CKILL
154 if (*(e++) == CKILL)
158 *e = CKILL;
160 #endif /* CKILL */
/freebsd-9.3-release/contrib/tcsh/
H A Ded.term.h182 # undef CKILL macro
217 #ifndef CKILL
218 # define CKILL TO_CONTROL('u') macro
219 #endif /* CKILL */
H A Ded.init.c63 (uc)CINTR, (uc)CQUIT, (uc)CERASE, (uc)CKILL,
72 CINTR, CQUIT, CERASE, CKILL,
/freebsd-9.3-release/bin/stty/
H A Dcchar.c67 { "kill", VKILL, CKILL },
H A Dkey.c181 ip->t.c_cc[VKILL] = CKILL;
/freebsd-9.3-release/lib/libedit/
H A Dtty.h174 #ifndef CKILL
175 # define CKILL CONTROL('u') macro
176 #endif /* CKILL */
H A Dtty.c91 CINTR, CQUIT, CERASE, CKILL,
100 CINTR, CQUIT, CERASE, CKILL,
/freebsd-9.3-release/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-9.3-release/contrib/ncurses/progs/
H A Dtset.c672 #if !(defined(CERASE) && defined(CINTR) && defined(CKILL) && defined(CQUIT))
676 #undef CKILL macro
695 #ifndef CKILL
696 #define CKILL CTRL('U') macro
752 mode.c_cc[VKILL] = CHK(mode.c_cc[VKILL], CKILL);
899 mode.c_cc[VKILL] = (tkillchar >= 0) ? tkillchar : CKILL;
1304 report("Kill", VKILL, CKILL);
/freebsd-9.3-release/usr.bin/talk/
H A Dinit_disp.c140 my_win.kill = CKILL;
/freebsd-9.3-release/contrib/opie/
H A Dopielogin.c908 #ifdef CKILL
909 attr.c_cc[VKILL] = CKILL;
910 #else /* CKILL */
912 #endif /* CKILL */

Completed in 263 milliseconds