Home
last modified time | relevance | path

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

/openbsd/src/lib/libcurses/base/
Dlib_getstr.c125 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()
Dlib_restart.c75 if (save_flags._echo) { in NCURSES_EXPORT()
/openbsd/src/lib/libcurses/widechar/
Dlib_get_wstr.c152 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/
Dcurses.priv.h955 int _echo; /* True if echo on */ member
961 #define IsEcho(sp) (sp)->_tty_flags._echo