Searched refs:wgetnwstr (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libcurses/screen/
H A D_getnwstr.c42 return (wgetnwstr(stdscr, ws, n));
H A D_mvwgetnwstr.c42 return ((wmove(win, y, x) == ERR ? ERR : wgetnwstr(win, ws, n)));
H A Dwgetwstr.c44 return ((wgetnwstr(win, str, LENGTH) == ERR) ? ERR : OK);
48 wgetnwstr(WINDOW *win, wchar_t *str, int n) function
H A Dllib-lcurses1159 int wgetnwstr(WINDOW *win, wchar_t *str, int n);

Completed in 53 milliseconds