Searched refs:WipeOut (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/ncurses/ncurses/base/ |
| H A D | lib_getstr.c | 52 WipeOut(WINDOW *win, int y, int x, const 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 D | lib_get_wstr.c | 62 WipeOut(WINDOW *win, int y, int x, const 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()
|