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

/external/libedit/src/
H A Dtty.h115 # if defined(VDISABLE) && !defined(_POSIX_VDISABLE)
116 # define _POSIX_VDISABLE VDISABLE macro
117 # endif /* VDISABLE && ! _POSIX_VDISABLE */
155 #ifndef _POSIX_VDISABLE
156 # define _POSIX_VDISABLE ((unsigned char) -1) macro
157 #endif /* _POSIX_VDISABLE */
182 # define CEOL _POSIX_VDISABLE
185 # define CEOL2 _POSIX_VDISABLE
188 # define CSWTCH _POSIX_VDISABLE
191 # define CDSWTCH _POSIX_VDISABLE
[all...]

Completed in 1112 milliseconds