Searched refs:VKILL2 (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/tcsh/
H A Ded.term.h427 # ifdef VKILL2
428 # if NUMCC <= VKILL2
429 # undef VKILL2 macro
430 # endif /* NUMCC <= VKILL2 */
431 # endif /* VKILL2 */
H A Ded.term.c516 # if defined(VKILL2)
518 # endif /* VKILL2 */
843 # ifdef VKILL2
844 s[C_KILL2] = n->c_cc[VKILL2];
979 # ifdef VKILL2
980 n->c_cc[VKILL2] = s[C_KILL2];
981 # endif /* VKILL2 */
/freebsd-9.3-release/lib/libedit/
H A Dtty.h384 # ifdef VKILL2
385 # if NUMCC <= VKILL2
386 # undef VKILL2 macro
387 # endif /* NUMCC <= VKILL2 */
388 # endif /* VKILL2 */
H A Dtty.c132 #ifdef VKILL2
133 {C_KILL2, VKILL2,
135 #endif /* VKILL2 */
429 #if defined(VKILL2)
431 #endif /* VKILL2 */
656 #ifdef VKILL2
658 return VKILL2;
743 #ifdef VKILL2
744 s[C_KILL2] = td->c_cc[VKILL2];
825 #ifdef VKILL2
[all...]

Completed in 47 milliseconds