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

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
ttydefaults.h 57 #ifdef _POSIX_VDISABLE
58 # define CEOL _POSIX_VDISABLE
60 # define CEOL '\0' /* XXX avoid _POSIX_VDISABLE */
64 #ifdef _POSIX_VDISABLE
65 # define CSTATUS _POSIX_VDISABLE
67 # define CSTATUS '\0' /* XXX avoid _POSIX_VDISABLE */
96 _POSIX_VDISABLE, CINTR, CQUIT, CSUSP, CDSUSP, CSTART, CSTOP, CLNEXT,
97 CDISCARD, CMIN, CTIME, CSTATUS, _POSIX_VDISABLE
  /bionic/libc/unistd/
pathconf.c 36 #ifndef _POSIX_VDISABLE
37 #define _POSIX_VDISABLE -1
190 return _POSIX_VDISABLE;
258 return _POSIX_VDISABLE;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
posix_opt.h 54 using the value _POSIX_VDISABLE. */
55 #define _POSIX_VDISABLE '\0'
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
termios.h 44 `struct termios'. If VAL is _POSIX_VDISABLE, no character can match it. */
45 # define CCEQ(val, c) ((c) == (val) && (val) != _POSIX_VDISABLE)
  /external/mksh/src/
edit.c     [all...]

Completed in 1454 milliseconds