Searched refs:wget_wstr (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/lib/libcurses/ |
| D | curses.h | 1825 extern NCURSES_EXPORT(int) wget_wstr (WINDOW *, wint_t *); /* generated:WIDEC */ 1866 #define get_wstr(t) wget_wstr(stdscr,(t)) 1881 #define wget_wstr(w,t) wgetn_wstr((w),(t),-1) macro 1914 #define mvwget_wstr(win,y,x,t) (wmove(win,(y),(x)) == ERR ? ERR : wget_wstr((win),(t)))
|