HomeSort by relevance Sort by last modified time
    Searched refs:VDSWTCH (Results 1 - 2 of 2) sorted by null

  /external/libedit/src/
tty.h 320 # ifdef VDSWTCH
321 # if NUMCC <= VDSWTCH
322 # undef VDSWTCH
323 # endif /* NUMCC <= VDSWTCH */
324 # endif /* VDSWTCH */
tty.c 395 #if defined(VDSWTCH)
397 #endif /* VDSWTCH */
662 #ifdef VDSWTCH
664 return VDSWTCH;
665 #endif /* VDSWTCH */
762 #ifdef VDSWTCH
763 s[C_DSWTCH] = td->c_cc[VDSWTCH];
764 #endif /* VDSWTCH */
844 #ifdef VDSWTCH
845 td->c_cc[VDSWTCH] = s[C_DSWTCH]
    [all...]

Completed in 50 milliseconds