Searched refs:CKILL (Results 1 – 6 of 6) sorted by relevance
/minix/sys/sys/ |
H A D | ttydefaults.h | 71 #define CKILL CTRL('u') macro 103 [VKILL] = CKILL,
|
/minix/lib/libedit/ |
H A D | tty.h | 175 #ifndef CKILL 176 # define CKILL CONTROL('u') macro
|
H A D | tty.c | 97 CINTR, CQUIT, CERASE, CKILL, 106 CINTR, CQUIT, CERASE, CKILL,
|
/minix/bin/stty/ |
H A D | cchar.c | 67 { "kill", VKILL, CKILL },
|
/minix/minix/drivers/tty/pty/ |
H A D | tty.c | 69 [VKILL] = CKILL,
|
/minix/minix/drivers/tty/tty/ |
H A D | tty.c | 113 [VKILL] = CKILL,
|