Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dnewterm.c472 old = (__m_screen->_flags & S_ECHO) == S_ECHO;
474 __m_screen->_flags &= ~S_ECHO;
476 __m_screen->_flags |= S_ECHO;
H A Dwget_wch.c136 if ((__m_screen->_flags & S_ECHO) && *wcp != WEOF) {
H A Dprivate.h122 #define S_ECHO 0x0001 /* Software echo enbled. */ macro
H A Dwgetch.c228 if ((__m_screen->_flags & S_ECHO) && 0 <= ch && ch != EOF) {
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dnewterm.c476 old = (__m_screen->_flags & S_ECHO) == S_ECHO; in __m_set_echo()
478 __m_screen->_flags &= ~S_ECHO; in __m_set_echo()
480 __m_screen->_flags |= S_ECHO; in __m_set_echo()
H A Dwget_wch.c147 if ((__m_screen->_flags & S_ECHO) && *wcp != WEOF) { in wget_wch()
H A Dprivate.h106 #define S_ECHO 0x0001 /* Software echo enbled. */ macro
H A Dwgetch.c318 if (!(__m_screen->_flags & S_ECHO)) in __m_echo()