Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/ncurses/ncurses/base/
H A Dlib_getstr.c51 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 Dlib_get_wstr.c62 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()