Searched refs:S_ECHO (Results 1 – 8 of 8) sorted by relevance
476 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()
147 if ((__m_screen->_flags & S_ECHO) && *wcp != WEOF) { in wget_wch()
106 #define S_ECHO 0x0001 /* Software echo enbled. */ macro
318 if (!(__m_screen->_flags & S_ECHO)) in __m_echo()
472 old = (__m_screen->_flags & S_ECHO) == S_ECHO;474 __m_screen->_flags &= ~S_ECHO;476 __m_screen->_flags |= S_ECHO;
136 if ((__m_screen->_flags & S_ECHO) && *wcp != WEOF) {
228 if ((__m_screen->_flags & S_ECHO) && 0 <= ch && ch != EOF) {
122 #define S_ECHO 0x0001 /* Software echo enbled. */ macro