Searched refs:_echo (Results 1 – 7 of 7) sorted by relevance
51 SP->_echo = TRUE; in NCURSES_EXPORT()59 SP->_echo = FALSE; in noecho()
95 oldecho = sp->_echo; in wgetnstr_events()192 sp->_echo = oldecho; in wgetnstr_events()
61 int saveecho = SP->_echo; in NCURSES_EXPORT()
510 if (sp->_echo && !(win->_flags & _ISPAD)) { in _nc_wgetch()
319 SP->_echo = TRUE; in _nc_setupscreen()
107 oldecho = sp->_echo; in wgetn_wstr()214 sp->_echo = oldecho; in wgetn_wstr()
743 int _echo; /* True if echo on */ member