Searched refs:_echo (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/lib/libcurses/base/ |
| D | lib_getstr.c | 125 if (save_flags._echo == TRUE in wgetnstr_events() 141 str = WipeOut(win, y, x, oldstr, str, save_flags._echo); in wgetnstr_events() 145 str = WipeOut(win, y, x, oldstr, str, save_flags._echo); in wgetnstr_events() 152 if (save_flags._echo == TRUE) { in wgetnstr_events() 162 str = WipeOut(win, y, x, oldstr, str, save_flags._echo); in wgetnstr_events()
|
| D | lib_restart.c | 75 if (save_flags._echo) { in NCURSES_EXPORT()
|
| /openbsd/src/lib/libcurses/widechar/ |
| D | lib_get_wstr.c | 152 if (save_flags._echo == TRUE in wgetn_wstr() 160 tmpstr = WipeOut(win, y, x, oldstr, tmpstr, save_flags._echo); in wgetn_wstr() 164 tmpstr = WipeOut(win, y, x, oldstr, tmpstr, save_flags._echo); in wgetn_wstr() 174 if (save_flags._echo == TRUE) { in wgetn_wstr() 184 tmpstr = WipeOut(win, y, x, oldstr, tmpstr, save_flags._echo); in wgetn_wstr()
|
| /openbsd/src/lib/libcurses/ |
| D | curses.priv.h | 955 int _echo; /* True if echo on */ member 961 #define IsEcho(sp) (sp)->_tty_flags._echo
|