Home
last modified time | relevance | path

Searched refs:VSTATUS (Results 1 – 2 of 2) 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()