Home | History | Annotate | Download | only in src

Lines Matching refs:_POSIX_VDISABLE

3143 #if defined(VLNEXT) && defined(_POSIX_VDISABLE)
3145 cb.c_cc[VLNEXT] = _POSIX_VDISABLE;
3148 #if defined(VDISCARD) && defined(_POSIX_VDISABLE)
3149 cb.c_cc[VDISCARD] = _POSIX_VDISABLE;
3156 #ifdef _POSIX_VDISABLE
3158 if (edchars.erase == _POSIX_VDISABLE)
3160 if (edchars.kill == _POSIX_VDISABLE)
3162 if (edchars.intr == _POSIX_VDISABLE)
3164 if (edchars.quit == _POSIX_VDISABLE)
3166 if (edchars.eof == _POSIX_VDISABLE)
3168 if (edchars.werase == _POSIX_VDISABLE)