Searched refs:_POSIX_VDISABLE (Results 1 – 9 of 9) sorted by relevance
45 #if !defined(_POSIX_VDISABLE) && defined(VDISABLE)46 # define _POSIX_VDISABLE VDISABLE macro107 if (term.c_cc[VSTATUS] != _POSIX_VDISABLE) in readpassphrase()108 term.c_cc[VSTATUS] = _POSIX_VDISABLE; in readpassphrase()
254 #ifdef _POSIX_VDISABLE in special_char_encode()255 if (c == _POSIX_VDISABLE) in special_char_encode()267 #ifdef _POSIX_VDISABLE in special_char_decode()269 return _POSIX_VDISABLE; in special_char_decode()
269 if (!strcmp(arg, "^-") || !strcmp(arg, "undef")) ch = _POSIX_VDISABLE; in set_special_character()426 } else if (ch == _POSIX_VDISABLE) { in do_stty()
226 _POSIX_VDISABLE = 0 variable
1965 #if defined(VLNEXT) && defined(_POSIX_VDISABLE) in x_mkraw()1967 cb.c_cc[VLNEXT] = _POSIX_VDISABLE; in x_mkraw()1970 #if defined(VDISCARD) && defined(_POSIX_VDISABLE) in x_mkraw()1971 cb.c_cc[VDISCARD] = _POSIX_VDISABLE; in x_mkraw()
57 #ifndef _POSIX_VDISABLE60 #define toedchar(x) (((_POSIX_VDISABLE != -1) && ((x) == _POSIX_VDISABLE)) ? \
364 _POSIX_VDISABLE = 0 variable
76 _POSIX_VDISABLE = 0 variable
73 _POSIX_VDISABLE = 0 variable