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

  /src/lib/libcurses/
get_wstr.c 90 return mvwget_wstr(stdscr, y, x, wstr);
108 * mvwget_wstr --
114 mvwget_wstr(WINDOW *win, int y, int x, wchar_t *wstr)
curses.h 923 int mvwget_wstr(WINDOW *, int, int, wchar_t *);
  /src/tests/lib/libcurses/tests/
Makefile 139 FILES+= mvwget_wstr
  /src/tests/lib/libcurses/
t_curses.sh 671 atf_test_case mvwget_wstr
678 h_run mvwget_wstr
2274 atf_add_test_case mvwget_wstr
  /src/tests/lib/libcurses/slave/
curses_commands.c 4196 report_return(mvwget_wstr(win, y, x, wstr));

Completed in 50 milliseconds