Home
last modified time | relevance | path

Searched refs:_echo (Results 1 – 7 of 7) sorted by relevance

/trueos/contrib/ncurses/ncurses/base/
HDlib_echo.c51 SP->_echo = TRUE; in NCURSES_EXPORT()
59 SP->_echo = FALSE; in noecho()
HDlib_getstr.c95 oldecho = sp->_echo; in wgetnstr_events()
192 sp->_echo = oldecho; in wgetnstr_events()
HDlib_restart.c61 int saveecho = SP->_echo; in NCURSES_EXPORT()
HDlib_getch.c510 if (sp->_echo && !(win->_flags & _ISPAD)) { in _nc_wgetch()
HDlib_set_term.c319 SP->_echo = TRUE; in _nc_setupscreen()
/trueos/contrib/ncurses/ncurses/widechar/
HDlib_get_wstr.c107 oldecho = sp->_echo; in wgetn_wstr()
214 sp->_echo = oldecho; in wgetn_wstr()
/trueos/contrib/ncurses/ncurses/
HDcurses.priv.h743 int _echo; /* True if echo on */ member