Searched refs:VSWTCH (Results 1 - 7 of 7) sorted by path

/freebsd-9.3-release/contrib/tcsh/
H A Ded.term.c474 # if defined(VSWTCH)
476 # endif /* VSWTCH */
801 # ifdef VSWTCH
802 s[C_SWTCH] = n->c_cc[VSWTCH];
803 # endif /* VSWTCH */
937 # ifdef VSWTCH
938 n->c_cc[VSWTCH] = s[C_SWTCH];
939 # endif /* VSWTCH */
H A Ded.term.h357 # ifdef VSWTCH
358 # if NUMCC <= VSWTCH
359 # undef VSWTCH macro
360 # endif /* NUMCC <= VSWTCH */
361 # endif /* VSWTCH */
H A Dtc.disc.c78 if (termiob.c_line != NTTYDISC || termiob.c_cc[VSWTCH] == 0) { /*}*/
81 if (termiob.c_cc[VSWTCH] == 0) {
83 termiob.c_cc[VSWTCH] = CSWTCH;
121 termiob.c_cc[VSWTCH] = '\0';
/freebsd-9.3-release/crypto/openssh/
H A Dttymodes.h103 #ifdef VSWTCH
104 TTYCHAR(VSWTCH, 16)
105 #endif /* VSWTCH */
/freebsd-9.3-release/lib/libedit/
H A Dtty.c387 #if defined(VSWTCH)
389 #endif /* VSWTCH */
600 #ifdef VSWTCH
602 return VSWTCH;
603 #endif /* VSWTCH */
701 #ifdef VSWTCH
702 s[C_SWTCH] = td->c_cc[VSWTCH];
703 #endif /* VSWTCH */
783 #ifdef VSWTCH
784 td->c_cc[VSWTCH]
[all...]
H A Dtty.h314 # ifdef VSWTCH
315 # if NUMCC <= VSWTCH
316 # undef VSWTCH macro
317 # endif /* NUMCC <= VSWTCH */
318 # endif /* VSWTCH */
/freebsd-9.3-release/sys/i386/ibcs2/
H A Dibcs2_ioctl.c195 bt->c_cc[VSWTCH] =

Completed in 120 milliseconds