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

  /external/libedit/src/
tty.h 315 # ifdef VSWTCH
316 # if NUMCC <= VSWTCH
317 # undef VSWTCH
318 # endif /* NUMCC <= VSWTCH */
319 # endif /* VSWTCH */
tty.c 392 #if defined(VSWTCH)
394 #endif /* VSWTCH */
658 #ifdef VSWTCH
660 return VSWTCH;
661 #endif /* VSWTCH */
759 #ifdef VSWTCH
760 s[C_SWTCH] = td->c_cc[VSWTCH];
761 #endif /* VSWTCH */
841 #ifdef VSWTCH
842 td->c_cc[VSWTCH] = s[C_SWTCH]
    [all...]
  /external/python/cpython2/Modules/
termios.c 314 #if defined(VSWTCH) && !defined(VSWTC)
315 #define VSWTC VSWTCH
318 #if defined(VSWTC) && !defined(VSWTCH)
319 #define VSWTCH VSWTC
552 {"VSWTCH", VSWTCH},
  /external/python/cpython3/Modules/
termios.c 307 #if defined(VSWTCH) && !defined(VSWTC)
308 #define VSWTC VSWTCH
311 #if defined(VSWTC) && !defined(VSWTCH)
312 #define VSWTCH VSWTC
582 {"VSWTCH", VSWTCH},
  /bionic/libc/kernel/uapi/asm-mips/asm/
termbits.h 62 #define VSWTCH VSWTC
  /external/kernel-headers/original/uapi/asm-mips/asm/
termbits.h 65 #define VSWTCH VSWTC
  /external/python/cpython2/Lib/plat-irix5/
IOCTL.py 52 VSWTCH = 7
223 VSUSP = VSWTCH
  /external/python/cpython2/Lib/plat-irix6/
IOCTL.py 52 VSWTCH = 7
223 VSUSP = VSWTCH
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_linux_mips.go     [all...]
zerrors_linux_mips64.go     [all...]
zerrors_linux_mips64le.go     [all...]
zerrors_linux_mipsle.go     [all...]
zerrors_solaris_amd64.go     [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_linux_mips.go     [all...]
zerrors_linux_mips64.go     [all...]
zerrors_linux_mips64le.go     [all...]
zerrors_linux_mipsle.go     [all...]
zerrors_solaris_amd64.go     [all...]

Completed in 711 milliseconds