Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/ncurses/ncurses/base/
H A Dlib_echo.c55 SP_PARM->_echo = TRUE; in NCURSES_EXPORT()
73 SP_PARM->_echo = FALSE; in NCURSES_SP_NAME()
H A Dlib_getstr.c94 oldecho = sp->_echo; in wgetnstr_events()
191 sp->_echo = oldecho; in wgetnstr_events()
H A Dlib_restart.c66 int saveecho = SP_PARM->_echo; in NCURSES_EXPORT()
H A Dlib_getch.c591 if (sp->_echo && !(win->_flags & _ISPAD)) { in _nc_wgetch()
/freebsd-12.1/contrib/ncurses/ncurses/widechar/
H A Dlib_get_wstr.c106 oldecho = sp->_echo; in wgetn_wstr()
213 sp->_echo = oldecho; in wgetn_wstr()
/freebsd-12.1/contrib/ncurses/ncurses/
H A Dcurses.priv.h1029 int _echo; /* True if echo on */ member
1267 sp->_echo = TRUE; \