Searched refs:_POSIX_VDISABLE (Results 1 – 7 of 7) sorted by relevance
| /xnu-8792.41.9/bsd/sys/_types/ |
| H A D | _posix_vdisable.h | 28 #ifndef _POSIX_VDISABLE 29 #define _POSIX_VDISABLE ((unsigned char)'\377') macro
|
| /xnu-8792.41.9/bsd/sys/ |
| H A D | ttydefaults.h | 120 _POSIX_VDISABLE, CINTR, CQUIT, CSUSP, CDSUSP, CSTART, CSTOP, CLNEXT, 121 CDISCARD, CMIN, CTIME, CSTATUS, _POSIX_VDISABLE
|
| H A D | termios.h | 113 #define CCEQ(val, c) ((c) == (val) ? (val) != _POSIX_VDISABLE : 0)
|
| /xnu-8792.41.9/bsd/kern/ |
| H A D | tty_compat.c | 290 cc[VEOL2] = _POSIX_VDISABLE; in ttsetcompat()
|
| H A D | tty.c | 410 (c) != _POSIX_VDISABLE)) 1812 if (ISSET(tp->t_iflag, IXOFF) && tp->t_cc[VSTOP] != _POSIX_VDISABLE && in ttyblock() 1833 if (ISSET(tp->t_iflag, IXOFF) && tp->t_cc[VSTART] != _POSIX_VDISABLE && in ttyunblock() 2688 if (tp->t_cc[VREPRINT] != _POSIX_VDISABLE) { in ttyretype()
|
| /xnu-8792.41.9/bsd/miscfs/devfs/ |
| H A D | devfs_fdesc_support.c | 700 *ap->a_retval = _POSIX_VDISABLE; in fdesc_pathconf()
|
| /xnu-8792.41.9/bsd/miscfs/specfs/ |
| H A D | spec_vnops.c | 2838 *ap->a_retval = _POSIX_VDISABLE; in spec_pathconf()
|