Searched refs:CKILL (Results 1 – 14 of 14) sorted by relevance
| /freebsd-12-stable/contrib/opie/libopie/ |
| D | readpass.c | 149 #ifdef CKILL 154 if (*(e++) == CKILL) 158 *e = CKILL;
|
| /freebsd-12-stable/sys/sys/ |
| D | ttydefaults.h | 75 #define CKILL CTRL('U') macro 105 CEOF, CEOL, CEOL, CERASE, CWERASE, CKILL, CREPRINT, CERASE2, CINTR,
|
| /freebsd-12-stable/contrib/ncurses/progs/ |
| D | tset.c | 695 #if !(defined(CERASE) && defined(CINTR) && defined(CKILL) && defined(CQUIT)) 699 #undef CKILL 718 #ifndef CKILL 719 #define CKILL CTRL('U') macro 775 mode.c_cc[VKILL] = CHK(mode.c_cc[VKILL], CKILL); in reset_mode() 930 : CKILL); in set_control_chars() 1343 report("Kill", VKILL, CKILL); in main()
|
| /freebsd-12-stable/contrib/tcsh/ |
| D | ed.term.h | 181 # undef CKILL 216 #ifndef CKILL 217 # define CKILL TO_CONTROL('u') macro
|
| D | ed.init.c | 59 (uc)CINTR, (uc)CQUIT, (uc)CERASE, (uc)CKILL, 68 CINTR, CQUIT, CERASE, CKILL,
|
| /freebsd-12-stable/contrib/libedit/ |
| D | tty.h | 173 #ifndef CKILL 174 # define CKILL CONTROL('u') macro
|
| D | tty.c | 100 CINTR, CQUIT, CERASE, CKILL, 109 CINTR, CQUIT, CERASE, CKILL,
|
| /freebsd-12-stable/usr.bin/tset/ |
| D | set.c | 69 mode.c_cc[VKILL] = CHK(mode.c_cc[VKILL], CKILL); in reset_mode() 184 mode.c_cc[VKILL] = killch ? killch : CKILL; in set_control_chars()
|
| D | tset.c | 199 report("Kill", VKILL, CKILL); in main()
|
| /freebsd-12-stable/bin/stty/ |
| D | cchar.c | 66 { "kill", VKILL, CKILL },
|
| D | key.c | 180 ip->t.c_cc[VKILL] = CKILL; in f_ek()
|
| /freebsd-12-stable/usr.bin/talk/ |
| D | init_disp.c | 140 my_win.kill = CKILL; in set_edit_chars()
|
| /freebsd-12-stable/contrib/opie/ |
| D | opielogin.c | 908 #ifdef CKILL 909 attr.c_cc[VKILL] = CKILL;
|
| /freebsd-12-stable/contrib/ncurses/ |
| D | NEWS | 5338 + modify #define's for CKILL and other default control characters in
|