Searched defs:_POSIX_VDISABLE (Results 1 - 15 of 15) sorted by relevance

/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dast_tty.h34 #define _mac__POSIX_VDISABLE 1 /* _POSIX_VDISABLE is a macro */
38 # undef _POSIX_VDISABLE macro
/illumos-gate/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_tty.h13 #define _mac__POSIX_VDISABLE 1 /* _POSIX_VDISABLE is a macro */
17 # undef _POSIX_VDISABLE macro
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dast_tty.h34 #define _mac__POSIX_VDISABLE 1 /* _POSIX_VDISABLE is a macro */
38 # undef _POSIX_VDISABLE macro
/illumos-gate/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_tty.h13 #define _mac__POSIX_VDISABLE 1 /* _POSIX_VDISABLE is a macro */
17 # undef _POSIX_VDISABLE macro
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dast_tty.h34 #define _mac__POSIX_VDISABLE 1 /* _POSIX_VDISABLE is a macro */
38 # undef _POSIX_VDISABLE macro
/illumos-gate/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_tty.h13 #define _mac__POSIX_VDISABLE 1 /* _POSIX_VDISABLE is a macro */
17 # undef _POSIX_VDISABLE macro
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_tty.h34 #define _mac__POSIX_VDISABLE 1 /* _POSIX_VDISABLE is a macro */
38 # undef _POSIX_VDISABLE macro
/illumos-gate/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_tty.h13 #define _mac__POSIX_VDISABLE 1 /* _POSIX_VDISABLE is a macro */
17 # undef _POSIX_VDISABLE macro
/illumos-gate/usr/src/ucbhead/
H A Dunistd.h113 #ifndef _POSIX_VDISABLE
114 #define _POSIX_VDISABLE 0 macro
/illumos-gate/usr/src/lib/libcmd/common/
H A Dstty.c71 #ifndef _POSIX_VDISABLE
72 # define _POSIX_VDISABLE 0 macro
164 { "eol2", CHAR, T_CHAR, US, VEOL2, _POSIX_VDISABLE, C("Alternate character to end the line") },
167 { "swtch", CHAR, T_CHAR, US, VSWTCH, _POSIX_VDISABLE, C("Switch to a different shell layer") },
169 { "eol", CHAR, T_CHAR, NL|US, VEOL, _POSIX_VDISABLE, C("End the line") },
537 if(off==_POSIX_VDISABLE)
658 sp->c_cc[tp->mask] = _POSIX_VDISABLE;
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dexterns.h78 #ifndef _POSIX_VDISABLE
81 #define _POSIX_VDISABLE VDISABLE macro
83 #define _POSIX_VDISABLE ((cc_t)'\377') macro
/illumos-gate/usr/src/head/
H A Dunistd.h179 #ifndef _POSIX_VDISABLE
180 #define _POSIX_VDISABLE 0 macro
/illumos-gate/usr/src/boot/sys/sys/
H A Dunistd.h78 #define _POSIX_VDISABLE 0xff macro
/illumos-gate/usr/src/uts/common/sys/
H A Dparam.h59 * _POSIX_VDISABLE has historically been defined in <sys/param.h> since
62 * required the existence of _POSIX_VDISABLE in <sys/termios.h>.
64 * specifications required that _POSIX_VDISABLE be defined in <unistd.h>
66 * introduction of XPG6, _POSIX_VDISABLE can only be defined in <unistd.h>.
69 #ifndef _POSIX_VDISABLE
70 #define _POSIX_VDISABLE 0 /* Disable special character functions */ macro
H A Dtermios.h48 * _POSIX_VDISABLE has been defined in <sys/termios.h> since the
50 * 1003.1-1988 also required the existence of _POSIX_VDISABLE in
52 * as the X/Open specifications required that _POSIX_VDISABLE be
54 * here. With the introduction of XPG6, _POSIX_VDISABLE can only
58 #ifndef _POSIX_VDISABLE
59 #define _POSIX_VDISABLE 0 /* Disable special character functions */ macro

Completed in 89 milliseconds