Searched refs:oldecho (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/ncurses/ncurses/base/ |
| H A D | lib_getstr.c | 79 bool oldnl, oldecho, oldraw, oldcbreak; in wgetnstr_events() local 94 oldecho = sp->_echo; in wgetnstr_events() 122 if (oldecho == TRUE in wgetnstr_events() 138 str = WipeOut(win, y, x, oldstr, str, oldecho); in wgetnstr_events() 142 str = WipeOut(win, y, x, oldstr, str, oldecho); in wgetnstr_events() 149 if (oldecho == TRUE) { in wgetnstr_events() 159 str = WipeOut(win, y, x, oldstr, str, oldecho); in wgetnstr_events() 191 sp->_echo = oldecho; in wgetnstr_events()
|
| /freebsd-12.1/contrib/ncurses/ncurses/widechar/ |
| H A D | lib_get_wstr.c | 90 bool oldnl, oldecho, oldraw, oldcbreak; in wgetn_wstr() local 106 oldecho = sp->_echo; in wgetn_wstr() 150 if (oldecho == TRUE in wgetn_wstr() 158 tmpstr = WipeOut(win, y, x, oldstr, tmpstr, oldecho); in wgetn_wstr() 162 tmpstr = WipeOut(win, y, x, oldstr, tmpstr, oldecho); in wgetn_wstr() 172 if (oldecho == TRUE) { in wgetn_wstr() 182 tmpstr = WipeOut(win, y, x, oldstr, tmpstr, oldecho); in wgetn_wstr() 213 sp->_echo = oldecho; in wgetn_wstr()
|