Home
last modified time | relevance | path

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

/external/libedit/src/
Dtty.c134 {C_KILL, VKILL,
381 {"kill", C_SH(C_KILL), MD_CHAR},
643 case C_KILL: in tty__getcharindex()
748 s[C_KILL] = td->c_cc[VKILL]; in tty__getchar()
830 td->c_cc[VKILL] = s[C_KILL]; in tty__setchar()
Dtty.h411 #define C_KILL 3 macro