HomeSort by: relevance | last modified time | path
    Searched refs:mvinwstr (Results 1 - 5 of 5) sorted by relevancy

  /src/lib/libcurses/
inwstr.c 64 * mvinwstr, mvinnwstr --
67 __warn_references(mvinwstr,
68 "warning: this program uses mvinwstr(), which is unsafe.")
70 mvinwstr(int y, int x, wchar_t *wstr)
curses.h 944 int mvinwstr(int, int, wchar_t *);
  /src/tests/lib/libcurses/tests/
Makefile 128 FILES+= mvinwstr
  /src/tests/lib/libcurses/
t_curses.sh 895 atf_test_case mvinwstr
902 h_run mvinwstr
2298 atf_add_test_case mvinwstr
  /src/tests/lib/libcurses/slave/
curses_commands.c 4427 report_return(mvinwstr(y, x, wstr));

Completed in 16 milliseconds