Home
last modified time | relevance | path

Searched refs:C_KILL (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/tcsh/
Ded.term.c460 { "kill", C_SH(C_KILL), M_CHAR },
787 s[C_KILL] = n->c_cc[VKILL]; in tty_getchar()
881 s[C_KILL] = n->sg_kill; in tty_getchar()
923 n->c_cc[VKILL] = s[C_KILL]; in tty_setchar()
1019 n->sg_kill = s[C_KILL]; in tty_setchar()
Ded.term.h471 #define C_KILL 3 macro
/freebsd-12-stable/contrib/libedit/
Dtty.c138 {C_KILL, VKILL,
385 {"kill", C_SH(C_KILL), MD_CHAR},
640 case C_KILL: in tty__getcharindex()
745 s[C_KILL] = td->c_cc[VKILL]; in tty__getchar()
827 td->c_cc[VKILL] = s[C_KILL]; in tty__setchar()
Dtty.h409 #define C_KILL 3 macro