Home
last modified time | relevance | path

Searched refs:S_ECHO (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dnewterm.c470 old = (__m_screen->_flags & S_ECHO) == S_ECHO;
472 __m_screen->_flags &= ~S_ECHO;
474 __m_screen->_flags |= S_ECHO;
H A Dwget_wch.c134 if ((__m_screen->_flags & S_ECHO) && *wcp != WEOF) {
H A Dprivate.h120 #define S_ECHO 0x0001 /* Software echo enbled. */ macro
H A Dwgetch.c226 if ((__m_screen->_flags & S_ECHO) && 0 <= ch && ch != EOF) {
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dnewterm.c474 old = (__m_screen->_flags & S_ECHO) == S_ECHO; in __m_set_echo()
476 __m_screen->_flags &= ~S_ECHO; in __m_set_echo()
478 __m_screen->_flags |= S_ECHO; in __m_set_echo()
H A Dwget_wch.c145 if ((__m_screen->_flags & S_ECHO) && *wcp != WEOF) { in wget_wch()
H A Dprivate.h104 #define S_ECHO 0x0001 /* Software echo enbled. */ macro
H A Dwgetch.c316 if (!(__m_screen->_flags & S_ECHO)) in __m_echo()