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

  /src/lib/libcurses/
get_wstr.c 78 return mvwgetn_wstr(stdscr, y, x, wstr, n);
94 * mvwgetn_wstr --
99 mvwgetn_wstr(WINDOW *win, int y, int x, wchar_t *wstr, int n) function in typeref:typename:int
curses.h 922 int mvwgetn_wstr(WINDOW *, int, int, wchar_t *, int);
  /src/tests/lib/libcurses/tests/
Makefile 140 FILES+= mvwgetn_wstr
  /src/tests/lib/libcurses/
t_curses.sh 651 atf_test_case mvwgetn_wstr
658 h_run mvwgetn_wstr
2272 atf_add_test_case mvwgetn_wstr
  /src/tests/lib/libcurses/slave/
curses_commands.c 4180 report_return(mvwgetn_wstr(win, y, x, wstr, n));

Completed in 17 milliseconds