Searched refs:_echo (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/ncurses/ncurses/base/ |
H A D | lib_getstr.c | 123 if (save_flags._echo == TRUE in wgetnstr_events() 139 str = WipeOut(win, y, x, oldstr, str, save_flags._echo); in wgetnstr_events() 143 str = WipeOut(win, y, x, oldstr, str, save_flags._echo); in wgetnstr_events() 150 if (save_flags._echo == TRUE) { in wgetnstr_events() 160 str = WipeOut(win, y, x, oldstr, str, save_flags._echo); in wgetnstr_events()
|
H A D | lib_restart.c | 73 if (save_flags._echo) { in NCURSES_EXPORT()
|
/freebsd/contrib/ncurses/ncurses/widechar/ |
H A D | lib_get_wstr.c | 150 if (save_flags._echo == TRUE in wgetn_wstr() 158 tmpstr = WipeOut(win, y, x, oldstr, tmpstr, save_flags._echo); in wgetn_wstr() 162 tmpstr = WipeOut(win, y, x, oldstr, tmpstr, save_flags._echo); in wgetn_wstr() 172 if (save_flags._echo == TRUE) { in wgetn_wstr() 182 tmpstr = WipeOut(win, y, x, oldstr, tmpstr, save_flags._echo); in wgetn_wstr()
|
/freebsd/contrib/ncurses/ncurses/ |
H A D | curses.priv.h | 956 int _echo; /* True if echo on */ member 962 #define IsEcho(sp) (sp)->_tty_flags._echo
|