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

  /src/lib/libedit/
tty.h 318 # ifdef VDSWTCH
319 # if NUMCC <= VDSWTCH
320 # undef VDSWTCH
321 # endif /* NUMCC <= VDSWTCH */
322 # endif /* VDSWTCH */
tty.c 399 #if defined(VDSWTCH)
401 #endif /* VDSWTCH */
659 #ifdef VDSWTCH
661 return VDSWTCH;
662 #endif /* VDSWTCH */
759 #ifdef VDSWTCH
760 s[C_DSWTCH] = td->c_cc[VDSWTCH];
761 #endif /* VDSWTCH */
841 #ifdef VDSWTCH
842 td->c_cc[VDSWTCH] = s[C_DSWTCH]
    [all...]

Completed in 12 milliseconds