Home
last modified time | relevance | path

Searched refs:WipeOut (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_getstr.c52 WipeOut(WINDOW *win, int y, int x, char *first, char *last, int echoed) in WipeOut() function
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()
160 str = WipeOut(win, y, x, oldstr, str, save_flags._echo); in wgetnstr_events()
/freebsd/contrib/ncurses/ncurses/widechar/
H A Dlib_get_wstr.c62 WipeOut(WINDOW *win, int y, int x, wint_t *first, wint_t *last, int echoed) in WipeOut() function
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()
182 tmpstr = WipeOut(win, y, x, oldstr, tmpstr, save_flags._echo); in wgetn_wstr()