Home
last modified time | relevance | path

Searched refs:VSTATUS (Results 1 – 5 of 5) sorted by relevance

/external/libedit/src/
Dtty.h70 # if defined(VSTAT) && !defined(VSTATUS)
71 # define VSTATUS VSTAT macro
370 # ifdef VSTATUS
371 # if NUMCC <= VSTATUS
372 # undef VSTATUS
Dtty.c425 #if defined(VSTATUS)
702 #ifdef VSTATUS in tty__getcharindex()
704 return VSTATUS; in tty__getcharindex()
792 #ifdef VSTATUS in tty__getchar()
793 s[C_STATUS] = td->c_cc[VSTATUS]; in tty__getchar()
874 #ifdef VSTATUS in tty__setchar()
875 td->c_cc[VSTATUS] = s[C_STATUS]; in tty__setchar()
/external/openssh/openbsd-compat/
Dreadpassphrase.c120 #ifdef VSTATUS in readpassphrase()
121 if (term.c_cc[VSTATUS] != _POSIX_VDISABLE) in readpassphrase()
122 term.c_cc[VSTATUS] = _POSIX_VDISABLE; in readpassphrase()
Dreadpassphrase.c.orig120 #ifdef VSTATUS
121 if (term.c_cc[VSTATUS] != _POSIX_VDISABLE)
122 term.c_cc[VSTATUS] = _POSIX_VDISABLE;
/external/openssh/
Dttymodes.h106 #if defined(VSTATUS)
107 TTYCHAR(VSTATUS, 17)