Home
last modified time | relevance | path

Searched refs:_POSIX_VDISABLE (Results 1 – 4 of 4) sorted by relevance

/external/libedit/src/
Dtty.h115 # 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 …]
Dtty.c106 _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/mksh/src/
Dmain.c1897 #if defined(VLNEXT) && defined(_POSIX_VDISABLE) in x_mkraw()
1899 cb.c_cc[VLNEXT] = _POSIX_VDISABLE; in x_mkraw()
1902 #if defined(VDISCARD) && defined(_POSIX_VDISABLE) in x_mkraw()
1903 cb.c_cc[VDISCARD] = _POSIX_VDISABLE; in x_mkraw()
Dedit.c3335 #ifdef _POSIX_VDISABLE in x_mode()
3337 if (edchars.erase == _POSIX_VDISABLE) in x_mode()
3339 if (edchars.kill == _POSIX_VDISABLE) in x_mode()
3341 if (edchars.intr == _POSIX_VDISABLE) in x_mode()
3343 if (edchars.quit == _POSIX_VDISABLE) in x_mode()
3345 if (edchars.eof == _POSIX_VDISABLE) in x_mode()
3347 if (edchars.werase == _POSIX_VDISABLE) in x_mode()