Home
last modified time | relevance | path

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

/external/libedit/src/
Dtty.c138 {C_KILL2, VKILL2,
435 {"kill2", C_SH(C_KILL2), MD_CHAR},
715 case C_KILL2: in tty__getcharindex()
802 s[C_KILL2] = td->c_cc[VKILL2]; in tty__getchar()
884 td->c_cc[VKILL2] = s[C_KILL2]; in tty__setchar()
Dtty.h429 #define C_KILL2 21 macro