HomeSort by: relevance | last modified time | path
    Searched defs:_POSIX_VDISABLE (Results 1 - 11 of 11) sorted by relevancy

  /src/external/bsd/libfido2/dist/openbsd-compat/
readpassphrase.c 50 /* SunOS 4.x which lacks _POSIX_VDISABLE, but has VDISABLE */
51 #if !defined(_POSIX_VDISABLE) && defined(VDISABLE)
52 # define _POSIX_VDISABLE VDISABLE
103 if (term.c_cc[VSTATUS] != _POSIX_VDISABLE)
104 term.c_cc[VSTATUS] = _POSIX_VDISABLE;
  /src/external/bsd/pam-u2f/dist/pamu2fcfg/
readpassphrase.c 50 /* SunOS 4.x which lacks _POSIX_VDISABLE, but has VDISABLE */
51 #if !defined(_POSIX_VDISABLE) && defined(VDISABLE)
52 # define _POSIX_VDISABLE VDISABLE
103 if (term.c_cc[VSTATUS] != _POSIX_VDISABLE)
104 term.c_cc[VSTATUS] = _POSIX_VDISABLE;
  /src/external/gpl3/gdb/dist/readline/readline/
rltty.h 45 /* Define _POSIX_VDISABLE if we are not using the `new' tty driver and
49 #if !defined (NEW_TTY_DRIVER) && !defined (_POSIX_VDISABLE)
51 # define _POSIX_VDISABLE _SVR4_VDISABLE
54 # define _POSIX_VDISABLE 0
56 # define _POSIX_VDISABLE -1
59 #endif /* !NEW_TTY_DRIVER && !_POSIX_VDISABLE */
  /src/external/gpl3/gdb.old/dist/readline/readline/
rltty.h 45 /* Define _POSIX_VDISABLE if we are not using the `new' tty driver and
49 #if !defined (NEW_TTY_DRIVER) && !defined (_POSIX_VDISABLE)
51 # define _POSIX_VDISABLE _SVR4_VDISABLE
54 # define _POSIX_VDISABLE 0
56 # define _POSIX_VDISABLE -1
59 #endif /* !NEW_TTY_DRIVER && !_POSIX_VDISABLE */
  /src/external/bsd/nvi/usr.bin/nvi/
compat.h 76 * Hack _POSIX_VDISABLE to \377 since Ultrix doesn't honor _POSIX_VDISABLE
81 #undef _POSIX_VDISABLE
82 #define _POSIX_VDISABLE ((unsigned char)'\377')
89 #ifndef _POSIX_VDISABLE
90 #define _POSIX_VDISABLE 0 /* Some systems used 0. */
port.h 76 * Hack _POSIX_VDISABLE to \377 since Ultrix doesn't honor _POSIX_VDISABLE
81 #undef _POSIX_VDISABLE
82 #define _POSIX_VDISABLE ((unsigned char)'\377')
89 #ifndef _POSIX_VDISABLE
90 #define _POSIX_VDISABLE 0 /* Some systems used 0. */
  /src/external/bsd/libarchive/dist/libarchive_fe/
passphrase.c 145 /* SunOS 4.x which lacks _POSIX_VDISABLE, but has VDISABLE */
146 #if !defined(_POSIX_VDISABLE) && defined(VDISABLE)
147 # define _POSIX_VDISABLE VDISABLE
213 if (term.c_cc[VSTATUS] != _POSIX_VDISABLE)
214 term.c_cc[VSTATUS] = _POSIX_VDISABLE;
  /src/usr.bin/telnet/
externs.h 51 #ifndef _POSIX_VDISABLE
56 # define _POSIX_VDISABLE VDISABLE
58 # define _POSIX_VDISABLE ((cc_t)'\377')
  /src/lib/libedit/
tty.h 113 # if defined(VDISABLE) && !defined(_POSIX_VDISABLE)
114 # define _POSIX_VDISABLE VDISABLE
115 # endif /* VDISABLE && ! _POSIX_VDISABLE */
153 #ifndef _POSIX_VDISABLE
154 # define _POSIX_VDISABLE ((unsigned char) -1)
155 #endif /* _POSIX_VDISABLE */
180 # define CEOL _POSIX_VDISABLE
183 # define CEOL2 _POSIX_VDISABLE
186 # define CSWTCH _POSIX_VDISABLE
189 # define CDSWTCH _POSIX_VDISABLE
    [all...]
  /src/sys/sys/
termios.h 81 #define _POSIX_VDISABLE __CAST(unsigned char, '\377')
84 #define CCEQ(val, c) (c == val ? val != _POSIX_VDISABLE : 0)
unistd.h 163 #define _POSIX_VDISABLE __CAST(unsigned char, '\377')

Completed in 21 milliseconds