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

/freebsd-9.3-release/contrib/tcsh/
H A Ded.term.h362 # ifdef VDSWTCH
363 # if NUMCC <= VDSWTCH
364 # undef VDSWTCH macro
365 # endif /* NUMCC <= VDSWTCH */
366 # endif /* VDSWTCH */
H A Ded.term.c477 # if defined(VDSWTCH)
479 # endif /* VDSWTCH */
804 # ifdef VDSWTCH
805 s[C_DSWTCH] = n->c_cc[VDSWTCH];
806 # endif /* VDSWTCH */
940 # ifdef VDSWTCH
941 n->c_cc[VDSWTCH] = s[C_DSWTCH];
942 # endif /* VDSWTCH */
/freebsd-9.3-release/lib/libedit/
H A Dtty.h319 # ifdef VDSWTCH
320 # if NUMCC <= VDSWTCH
321 # undef VDSWTCH macro
322 # endif /* NUMCC <= VDSWTCH */
323 # endif /* VDSWTCH */
H A Dtty.c390 #if defined(VDSWTCH)
392 #endif /* VDSWTCH */
604 #ifdef VDSWTCH
606 return VDSWTCH;
607 #endif /* VDSWTCH */
704 #ifdef VDSWTCH
705 s[C_DSWTCH] = td->c_cc[VDSWTCH];
706 #endif /* VDSWTCH */
786 #ifdef VDSWTCH
787 td->c_cc[VDSWTCH]
[all...]

Completed in 60 milliseconds