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

  /src/lib/libcurses/
get_wstr.c 56 return wgetn_wstr(stdscr, wstr, n);
104 return wgetn_wstr(win, wstr, n);
135 * wgetn_wstr --
140 wgetn_wstr(WINDOW *win, wchar_t *wstr, int n) function in typeref:typename:int
curses.h 924 int wgetn_wstr(WINDOW *, wchar_t *, int);
  /src/tests/lib/libcurses/tests/
Makefile 196 FILES+= wgetn_wstr
  /src/tests/lib/libcurses/
t_curses.sh 611 atf_test_case wgetn_wstr
618 h_run wgetn_wstr
2268 atf_add_test_case wgetn_wstr
  /src/tests/lib/libcurses/check_files/
Makefile 258 FILES+= wgetn_wstr.chk
  /src/tests/lib/libcurses/slave/
curses_commands.c 4211 report_return(wgetn_wstr(win, wstr, n));

Completed in 44 milliseconds