Searched refs:WipeOut (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/ncurses/ncurses/base/ |
| H A D | lib_getstr.c | 51 WipeOut(WINDOW *win, int y, int x, char *first, char *last, int echoed) in WipeOut() function 141 str = WipeOut(win, y, x, oldstr, str, oldecho); in wgetnstr_events() 145 str = WipeOut(win, y, x, oldstr, str, oldecho); in wgetnstr_events() 162 str = WipeOut(win, y, x, oldstr, str, oldecho); in wgetnstr_events()
|
| /freebsd-13.1/contrib/ncurses/ncurses/widechar/ |
| H A D | lib_get_wstr.c | 62 WipeOut(WINDOW *win, int y, int x, wint_t *first, wint_t *last, int echoed) in WipeOut() function 161 tmpstr = WipeOut(win, y, x, oldstr, tmpstr, oldecho); in wgetn_wstr() 165 tmpstr = WipeOut(win, y, x, oldstr, tmpstr, oldecho); in wgetn_wstr() 185 tmpstr = WipeOut(win, y, x, oldstr, tmpstr, oldecho); in wgetn_wstr()
|