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

  /src/lib/libcurses/
addwstr.c 99 * mvaddnwstr --
104 mvaddnwstr(int y, int x, const wchar_t *str, int count) function in typeref:typename:int
curses.h 885 int mvaddnwstr(int, int x, const wchar_t *, int);
  /src/tests/lib/libcurses/tests/
Makefile 108 FILES+= mvaddnwstr
  /src/tests/lib/libcurses/
t_curses.sh 357 atf_test_case mvaddnwstr
364 h_run mvaddnwstr
2241 atf_add_test_case mvaddnwstr
  /src/tests/lib/libcurses/slave/
curses_commands.c 3782 report_return(mvaddnwstr(y, x, wstr, n));

Completed in 19 milliseconds