Searched refs:mvwinwstr (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/lib/libcurses/
H A Dinwstr.c72 return mvwinwstr(stdscr, y, x, wstr);
82 * mvwinwstr, mvwinnwstr --
85 __warn_references(mvwinwstr,
86 "warning: this program uses mvwinwstr(), which is unsafe.")
88 mvwinwstr(WINDOW *win, int y, int x, wchar_t *wstr) function
H A Dcurses.h944 int mvwinwstr(WINDOW *, int, int, wchar_t *);
/netbsd-current/tests/lib/libcurses/tests/
H A DMakefile152 FILES+= mvwinwstr
/netbsd-current/tests/lib/libcurses/
H A Dt_curses.sh905 atf_test_case mvwinwstr
912 h_run mvwinwstr
2299 atf_add_test_case mvwinwstr
/netbsd-current/tests/lib/libcurses/slave/
H A Dcurses_commands.c4460 report_return(mvwinwstr(win, y, x, wstr));

Completed in 288 milliseconds