Searched refs:oldecho (Results 1 – 2 of 2) sorted by relevance
| /trueos/contrib/ncurses/ncurses/base/ |
| HD | lib_getstr.c | 80 bool oldnl, oldecho, oldraw, oldcbreak; in wgetnstr_events() local 95 oldecho = sp->_echo; in wgetnstr_events() 123 if (oldecho == TRUE in wgetnstr_events() 139 str = WipeOut(win, y, x, oldstr, str, oldecho); in wgetnstr_events() 143 str = WipeOut(win, y, x, oldstr, str, oldecho); in wgetnstr_events() 150 if (oldecho == TRUE) { in wgetnstr_events() 160 str = WipeOut(win, y, x, oldstr, str, oldecho); in wgetnstr_events() 192 sp->_echo = oldecho; in wgetnstr_events()
|
| /trueos/contrib/ncurses/ncurses/widechar/ |
| HD | lib_get_wstr.c | 91 bool oldnl, oldecho, oldraw, oldcbreak; in wgetn_wstr() local 107 oldecho = sp->_echo; in wgetn_wstr() 151 if (oldecho == TRUE in wgetn_wstr() 159 tmpstr = WipeOut(win, y, x, oldstr, tmpstr, oldecho); in wgetn_wstr() 163 tmpstr = WipeOut(win, y, x, oldstr, tmpstr, oldecho); in wgetn_wstr() 173 if (oldecho == TRUE) { in wgetn_wstr() 183 tmpstr = WipeOut(win, y, x, oldstr, tmpstr, oldecho); in wgetn_wstr() 214 sp->_echo = oldecho; in wgetn_wstr()
|