Home
last modified time | relevance | path

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

/illumos-gate/usr/src/ucbhead/sys/
H A Dttychars.h53 #define CKILL CTRL('u') macro
/illumos-gate/usr/src/uts/common/sys/
H A Dttychars.h70 #define CKILL CTRL('u') macro
H A Dtermios.h166 #define CKILL CTRL('u') macro
/illumos-gate/usr/src/ucbcmd/tset/
H A Dtset.c289 #ifndef CKILL
290 #define CKILL CNTL('U') macro
515 curkill = reset(curkill, CKILL); in main()
887 curkill = CKILL; in main()
1060 reportek("Kill", curkill, oldkill, CKILL); in main()
/illumos-gate/usr/src/ucbcmd/stty/
H A Dsttyparse.c119 cb->c_cc[VKILL] = CKILL;
150 cb->c_cc[VKILL] = CKILL;
H A Dstty.c274 if (cb.c_cc[VKILL] != CKILL) in prmodes()
/illumos-gate/usr/src/cmd/ttymon/
H A Dsttyparse.c143 cb->c_cc[VKILL] = CKILL;
158 cb->c_cc[VKILL] = CKILL;
H A Dstty.c328 if (cb.c_cc[VKILL] != CKILL) in prmodes()
/illumos-gate/usr/src/uts/common/io/
H A Dtty_common.c42 CKILL,
/illumos-gate/usr/src/cmd/sulogin/
H A Dsulogin.c380 ttymodes.c_cc[VKILL] = CKILL; in sanitize_tty()
/illumos-gate/usr/src/cmd/init/
H A Dinit.c424 .c_cc = { CINTR, CQUIT, CERASE, CKILL, CEOF, 0, 0, 0,