Home
last modified time | relevance | path

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

/dragonfly/contrib/ncurses/ncurses/base/
H A Dlib_echo.c56 SP_PARM->_echo = TRUE; in NCURSES_EXPORT()
74 SP_PARM->_echo = FALSE; in NCURSES_SP_NAME()
H A Dlib_getstr.c97 oldecho = sp->_echo; in wgetnstr_events()
194 sp->_echo = oldecho; in wgetnstr_events()
H A Dlib_restart.c68 int saveecho = SP_PARM->_echo; in NCURSES_EXPORT()
H A Dlib_getch.c604 if (sp->_echo && !(win->_flags & _ISPAD)) { in _nc_wgetch()
/dragonfly/contrib/ncurses/ncurses/widechar/
H A Dlib_get_wstr.c109 oldecho = sp->_echo; in wgetn_wstr()
216 sp->_echo = oldecho; in wgetn_wstr()
/dragonfly/contrib/ncurses/ncurses/
H A Dcurses.priv.h1161 int _echo; /* True if echo on */ member
1425 sp->_echo = TRUE; \