Searched refs:waddnwstr (Results 1 – 4 of 4) sorted by relevance
/minix/lib/libcurses/ |
H A D | addwstr.c | 57 return waddnwstr(stdscr, s, -1); in addwstr() 71 return waddnwstr(win, s, -1); in waddwstr() 86 return waddnwstr(stdscr, str, n); in addnwstr() 147 return waddnwstr(win, str, count); in mvwaddnwstr() 158 waddnwstr(WINDOW *win, const wchar_t *s, int n) in waddnwstr() function
|
H A D | curses.h | 834 int waddnwstr(WINDOW *, const wchar_t *, int);
|
/minix/external/bsd/nvi/dist/cl/ |
H A D | cl_funcs.c | 65 if (waddnwstr(win, str, len) == ERR) in addstr4()
|
/minix/external/bsd/nvi/dist/dist/ |
H A D | configure.ac | 521 AC_CHECK_LIB($vi_cv_curses, waddnwstr,[break])
|