Searched refs:_POSIX_VDISABLE (Results 1 – 9 of 9) sorted by relevance
/external/libedit/src/ |
D | tty.h | 115 # if defined(VDISABLE) && !defined(_POSIX_VDISABLE) 116 # define _POSIX_VDISABLE VDISABLE macro 155 #ifndef _POSIX_VDISABLE 156 # define _POSIX_VDISABLE ((unsigned char) -1) macro 182 # define CEOL _POSIX_VDISABLE 185 # define CEOL2 _POSIX_VDISABLE 188 # define CSWTCH _POSIX_VDISABLE 191 # define CDSWTCH _POSIX_VDISABLE 194 # define CERASE2 _POSIX_VDISABLE 212 # define CREPRINT _POSIX_VDISABLE [all …]
|
D | tty.c | 106 _POSIX_VDISABLE, _POSIX_VDISABLE, _POSIX_VDISABLE, _POSIX_VDISABLE, 107 _POSIX_VDISABLE, CERASE2, CSTART, CSTOP, 108 _POSIX_VDISABLE, CSUSP, _POSIX_VDISABLE, _POSIX_VDISABLE, 109 CDISCARD, _POSIX_VDISABLE, _POSIX_VDISABLE, _POSIX_VDISABLE, 110 _POSIX_VDISABLE, _POSIX_VDISABLE, _POSIX_VDISABLE, 1, 587 el->el_tty.t_vdisable = _POSIX_VDISABLE; in tty_init()
|
/external/toybox/toys/pending/ |
D | stty.c | 269 if (!strcmp(arg, "^-") || !strcmp(arg, "undef")) ch = _POSIX_VDISABLE; in set_special_character() 426 } else if (ch == _POSIX_VDISABLE) { in do_stty()
|
/external/python/cpython2/Lib/plat-unixware7/ |
D | STROPTS.py | 226 _POSIX_VDISABLE = 0 variable
|
/external/mksh/src/ |
D | main.c | 1964 #if defined(VLNEXT) && defined(_POSIX_VDISABLE) in x_mkraw() 1966 cb.c_cc[VLNEXT] = _POSIX_VDISABLE; in x_mkraw() 1969 #if defined(VDISCARD) && defined(_POSIX_VDISABLE) in x_mkraw() 1970 cb.c_cc[VDISCARD] = _POSIX_VDISABLE; in x_mkraw()
|
D | edit.c | 57 #ifndef _POSIX_VDISABLE 60 #define toedchar(x) (((_POSIX_VDISABLE != -1) && ((x) == _POSIX_VDISABLE)) ? \
|
/external/python/cpython2/Lib/plat-irix6/ |
D | FILE.py | 364 _POSIX_VDISABLE = 0 variable
|
/external/python/cpython2/Lib/plat-sunos5/ |
D | IN.py | 76 _POSIX_VDISABLE = 0 variable
|
D | STROPTS.py | 73 _POSIX_VDISABLE = 0 variable
|