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

  /src/lib/libcurses/
inwstr.c 78 return mvwinnwstr(stdscr, y, x, wstr, n);
82 * mvwinwstr, mvwinnwstr --
97 mvwinnwstr(WINDOW *win, int y, int x, wchar_t *wstr, int n) function in typeref:typename:int
curses.h 945 int mvwinnwstr(WINDOW *, int, int, wchar_t *, int);
  /src/tests/lib/libcurses/tests/
Makefile 147 FILES+= mvwinnwstr
  /src/tests/lib/libcurses/
t_curses.sh 885 atf_test_case mvwinnwstr
892 h_run mvwinnwstr
2297 atf_add_test_case mvwinnwstr
  /src/tests/lib/libcurses/slave/
curses_commands.c 4444 report_int(mvwinnwstr(win, y, x, wstr, n));

Completed in 16 milliseconds