Searched refs:wgetn_wstr (Results 1 – 2 of 2) sorted by relevance
/openbsd/lib/libcurses/widechar/ |
H A D | lib_get_wstr.c | 89 wgetn_wstr(WINDOW *win, wint_t *str, int maxlen) in wgetn_wstr() function
|
/openbsd/lib/libcurses/ |
H A D | curses.h | 1827 extern NCURSES_EXPORT(int) wgetn_wstr (WINDOW *, wint_t *, int); /* implemented */ 1868 #define getn_wstr(t,n) wgetn_wstr(stdscr,(t),(n)) 1881 #define wget_wstr(w,t) wgetn_wstr((w),(t),-1) 1915 #define mvwgetn_wstr(win,y,x,t,n) (wmove(win,(y),(x)) == ERR ? ERR : wgetn_wstr((win),(t),(n)))
|