HomeSort by: relevance | last modified time | path
    Searched refs:VSWTCH (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libedit/
tty.h 313 # ifdef VSWTCH
314 # if NUMCC <= VSWTCH
315 # undef VSWTCH
316 # endif /* NUMCC <= VSWTCH */
317 # endif /* VSWTCH */
tty.c 396 #if defined(VSWTCH)
398 #endif /* VSWTCH */
655 #ifdef VSWTCH
657 return VSWTCH;
658 #endif /* VSWTCH */
756 #ifdef VSWTCH
757 s[C_SWTCH] = td->c_cc[VSWTCH];
758 #endif /* VSWTCH */
838 #ifdef VSWTCH
839 td->c_cc[VSWTCH] = s[C_SWTCH]
    [all...]
  /src/sys/compat/ultrix/
ultrix_ioctl.c 249 /* bt->c_cc[VSWTCH] = EMUL_TO_NATIVE_CC(st->c_cc[7]); */
384 /* XXX ultrix has a VSWTCH. NetBSD does not. */
386 st->c_cc[7] = NATIVE_TO_EMUL_CC(bt->c_cc[VSWTCH]);

Completed in 13 milliseconds