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

  /src/lib/libcurses/
inwstr.c 60 return winnwstr(stdscr, wstr, n);
102 return winnwstr(win, wstr, n);
106 * winwstr, winnwstr --
115 return winnwstr(win, wstr, -1);
119 * - winnwstr() returns the number of characters copied only of if it is
128 winnwstr(WINDOW *win, wchar_t *wstr, int n) function in typeref:typename:int
curses.h 947 int winnwstr(WINDOW *, wchar_t *, int);
  /src/tests/lib/libcurses/tests/
Makefile 208 FILES+= winnwstr
  /src/tests/lib/libcurses/
t_curses.sh 845 atf_test_case winnwstr
852 h_run winnwstr
2293 atf_add_test_case winnwstr
  /src/tests/lib/libcurses/slave/
curses_commands.c 4475 report_int(winnwstr(win, wstr, n));

Completed in 35 milliseconds