Searched refs:CKILL (Results 1 – 15 of 15) sorted by relevance
/titanic_44/usr/src/ucbhead/sys/ |
H A D | ttychars.h | 55 #define CKILL CTRL('u') macro
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | ttychars.h | 70 #define CKILL CTRL('u') macro
|
H A D | termios.h | 164 #define CKILL CTRL('u') macro
|
/titanic_44/usr/src/lib/libbc/inc/include/sys/ |
H A D | ttychars.h | 59 #define CKILL CTRL(u) macro
|
H A D | termios.h | 84 #define CKILL _CTRL(u) macro
|
/titanic_44/usr/src/ucbcmd/tset/ |
H A D | tset.c | 288 #ifndef CKILL 289 #define CKILL CNTL('U') macro 511 curkill = reset(curkill, CKILL); in main() 885 curkill = CKILL; in main() 1058 reportek("Kill", curkill, oldkill, CKILL); in main()
|
/titanic_44/usr/src/lib/libbc/inc/include/ |
H A D | termios.h | 84 #define CKILL _CTRL(u) macro
|
/titanic_44/usr/src/ucbcmd/stty/ |
H A D | sttyparse.c | 122 cb->c_cc[VKILL] = CKILL; 153 cb->c_cc[VKILL] = CKILL;
|
H A D | stty.c | 273 if (cb.c_cc[VKILL] != CKILL) in prmodes()
|
/titanic_44/usr/src/cmd/ttymon/ |
H A D | sttyparse.c | 139 cb->c_cc[VKILL] = CKILL; 152 cb->c_cc[VKILL] = CKILL;
|
H A D | stty.c | 324 if (cb.c_cc[VKILL] != CKILL) in prmodes()
|
/titanic_44/usr/src/uts/common/io/ |
H A D | tty_common.c | 42 CKILL,
|
H A D | ttcompat.c | 169 CINTR, CQUIT, CERASE, CKILL, CEOF, 0, 0, 0, 0, 0, 0, 0, /* c_cc vals */
|
/titanic_44/usr/src/cmd/sulogin/ |
H A D | sulogin.c | 379 ttymodes.c_cc[VKILL] = CKILL; in sanitize_tty()
|
/titanic_44/usr/src/cmd/init/ |
H A D | init.c | 421 CINTR, CQUIT, CERASE, CKILL, CEOF, 0, 0, 0,
|