Home
last modified time | relevance | path

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

/openbsd/src/lib/libedit/
Dtty.c132 {C_KILL, VKILL,
379 {"kill", C_SH(C_KILL), MD_CHAR},
633 case C_KILL: in tty__getcharindex()
738 s[C_KILL] = td->c_cc[VKILL]; in tty__getchar()
820 td->c_cc[VKILL] = s[C_KILL]; in tty__setchar()
Dtty.h410 #define C_KILL 3 macro