Home | History | Annotate | Download | only in libedit

Lines Matching refs:VKILL

137 #ifdef VKILL
138 {C_KILL, VKILL,
140 #endif /* VKILL */
384 #if defined(VKILL)
386 #endif /* VKILL */
639 #ifdef VKILL
641 return VKILL;
642 #endif /* VKILL */
744 #ifdef VKILL
745 s[C_KILL] = td->c_cc[VKILL];
746 #endif /* VKILL */
826 #ifdef VKILL
827 td->c_cc[VKILL] = s[C_KILL];
828 #endif /* VKILL */